From 78dfb643533f655f993d0cee177799921c5de19d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Sep 2002 07:21:20 +0000 Subject: [PATCH] * rt/tst-aio7.c (do_test): Don't read from stdin, which could be the terminal when the test is running in a background job. Instead, make a pipe and read from its read half while never writing anything to it. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe25b54..d4e56e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-30 Roland McGrath + + * rt/tst-aio7.c (do_test): Don't read from stdin, which could be the + terminal when the test is running in a background job. Instead, make + a pipe and read from its read half while never writing anything to it. + 2002-09-30 Andreas Jaeger * iconvdata/tst-e2big.c (test): Use %td in printf for ptrdiff_t. -- 2.7.4