changeset 14903:303d327ef73f

spawn-pipe tests: Comments. * tests/test-spawn-pipe-child.c (main): Update comment. Reported by James Youngman <jay@gnu.org>.
author Bruno Haible <bruno@clisp.org>
date Sun, 12 Jun 2011 14:46:34 +0200
parents 16c748720b01
children 812be65b0e8b
files ChangeLog tests/test-spawn-pipe-child.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-12  Bruno Haible  <bruno@clisp.org>
+
+	spawn-pipe tests: Comments.
+	* tests/test-spawn-pipe-child.c (main): Update comment.
+	Reported by James Youngman <jay@gnu.org>.
+
 2011-06-11  James Youngman  <jay@gnu.org>
 
 	New module 'stat-size'.
--- a/tests/test-spawn-pipe-child.c
+++ b/tests/test-spawn-pipe-child.c
@@ -97,7 +97,8 @@
     case 1:
       /* Expect fd 2 is closed.
          But on HP-UX 11, fd 2 gets automatically re-opened to /dev/null if it
-         was closed.  */
+         was closed. Future POSIX will allow this, see
+         <http://austingroupbugs.net/view.php?id=173>.  */
 #if !defined __hpux
       ASSERT (! is_open (STDERR_FILENO));
 #endif