X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-spawn-pipe-child.c;h=99294914e563859d0cd0ca423fef54e56b7ea238;hb=1bb384c44db25aef8f8b455cef22af32d8401abc;hp=cf6689dba9f7e24199283e5f60f215a049fff0ef;hpb=d0080d2fdb5038992f9e7e36fdbc5ebc1631ed36;p=gnulib.git diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index cf6689dba..99294914e 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -45,6 +45,8 @@ static FILE *myerr; #undef close #undef fcntl #undef fdopen +#undef fflush +#undef fprintf #undef read #undef write @@ -97,7 +99,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