* tests/test-spawn-pipe-child.c (main): Update comment.
Reported by James Youngman <jay@gnu.org>.
+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'.
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