From: Bruno Haible Date: Sun, 12 Jun 2011 12:46:34 +0000 (+0200) Subject: spawn-pipe tests: Comments. X-Git-Tag: v0.1~2623 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=13bba66f5fbbaf0dc453994a36747732ae786e02;p=gnulib.git spawn-pipe tests: Comments. * tests/test-spawn-pipe-child.c (main): Update comment. Reported by James Youngman . --- diff --git a/ChangeLog b/ChangeLog index 6df3b4d13..498caedfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-06-12 Bruno Haible + + spawn-pipe tests: Comments. + * tests/test-spawn-pipe-child.c (main): Update comment. + Reported by James Youngman . + 2011-06-11 James Youngman New module 'stat-size'. diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index cf6689dba..0bc8b07c5 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -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 + . */ #if !defined __hpux ASSERT (! is_open (STDERR_FILENO)); #endif