diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-30 07:21:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-30 07:21:20 +0000 |
commit | 78dfb643533f655f993d0cee177799921c5de19d (patch) | |
tree | 9dcaf142278969f9059524494402bdfc307251c1 | |
parent | 8fe802e8c76d18e0cf711cdf708d04412194146e (diff) | |
download | glibc-78dfb643533f655f993d0cee177799921c5de19d.zip glibc-78dfb643533f655f993d0cee177799921c5de19d.tar.gz glibc-78dfb643533f655f993d0cee177799921c5de19d.tar.bz2 |
* 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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-09-30 Roland McGrath <roland@redhat.com> + + * 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 <aj@suse.de> * iconvdata/tst-e2big.c (test): Use %td in printf for ptrdiff_t. |