spawn-pipe tests: Comments.
authorBruno Haible <bruno@clisp.org>
Sun, 12 Jun 2011 12:46:34 +0000 (14:46 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 12 Jun 2011 12:46:34 +0000 (14:46 +0200)
* tests/test-spawn-pipe-child.c (main): Update comment.
Reported by James Youngman <jay@gnu.org>.

ChangeLog
tests/test-spawn-pipe-child.c

index 6df3b4d130e5e20ff7254f6a7afbba5ad6e674b4..498caedfe7cda306db5461bb7620cae20a997be1 100644 (file)
--- 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'.
index cf6689dba9f7e24199283e5f60f215a049fff0ef..0bc8b07c5e755f1f75611e7adfec9b324fa2e07f 100644 (file)
@@ -97,7 +97,8 @@ main (int argc, char *argv[])
     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