From 13bba66f5fbbaf0dc453994a36747732ae786e02 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 12 Jun 2011 14:46:34 +0200 Subject: [PATCH] spawn-pipe tests: Comments. * tests/test-spawn-pipe-child.c (main): Update comment. Reported by James Youngman . --- ChangeLog | 6 ++++++ tests/test-spawn-pipe-child.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.11.0