about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2017-09-26 17:40:09 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2017-10-12 15:07:34 +0100
commit5ba41de9ed2cf6cf39a9cd7a7541bc71fc447d52 (patch)
tree3813a26c397cbba61b4c4aeaac1aa8d0626ee8ec /ChangeLog
parent7bacdcfc42b01a4c565abfc3d789577850481d05 (diff)
downloadglibc-5ba41de9ed2cf6cf39a9cd7a7541bc71fc447d52.tar.gz
glibc-5ba41de9ed2cf6cf39a9cd7a7541bc71fc447d52.tar.xz
glibc-5ba41de9ed2cf6cf39a9cd7a7541bc71fc447d52.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d1fbc66be..58b28159d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-12  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* posix/tst-spawn.c (do_test): Wait for both children.
+
 2017-10-12  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #22284]