summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-12 14:46:34 +0200
committerBruno Haible <bruno@clisp.org>2011-06-12 14:46:34 +0200
commit13bba66f5fbbaf0dc453994a36747732ae786e02 (patch)
treeb66ace22683643c35aa4d63275104b38fbb574ac /tests
parent9fc77bc59374e21e1174742df416af186a368e14 (diff)
downloadgnulib-13bba66f5fbbaf0dc453994a36747732ae786e02.tar.gz
spawn-pipe tests: Comments.
* tests/test-spawn-pipe-child.c (main): Update comment. Reported by James Youngman <jay@gnu.org>.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-spawn-pipe-child.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c
index cf6689dba9..0bc8b07c5e 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
+ <http://austingroupbugs.net/view.php?id=173>. */
#if !defined __hpux
ASSERT (! is_open (STDERR_FILENO));
#endif