* rt/tst-aio7.c (do_test): Don't read from stdin, which could be the
authorRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 07:21:20 +0000 (07:21 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 07:21:20 +0000 (07:21 +0000)
commit78dfb643533f655f993d0cee177799921c5de19d
tree9dcaf142278969f9059524494402bdfc307251c1
parent8fe802e8c76d18e0cf711cdf708d04412194146e
* 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