]> git.ipfire.org Git - thirdparty/glibc.git/commit
fix posix/tst-spawn test
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 26 Sep 2017 16:40:09 +0000 (17:40 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 12 Oct 2017 14:07:34 +0000 (15:07 +0100)
commit5ba41de9ed2cf6cf39a9cd7a7541bc71fc447d52
tree3813a26c397cbba61b4c4aeaac1aa8d0626ee8ec
parent7bacdcfc42b01a4c565abfc3d789577850481d05
fix posix/tst-spawn test

The test spawns two children but only waited for one.
The fix avoids printing to stderr.

* posix/tst-spawn.c (do_test): Wait for both children.
ChangeLog
posix/tst-spawn.c