From: Bruno Haible Date: Fri, 17 Jun 2011 16:08:21 +0000 (+0200) Subject: spawn-pipe tests: Fix link error. X-Git-Tag: v0.1~2246 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d5b824ef9f8ed062afd0281722d4608f02b2437a;p=gnulib.git spawn-pipe tests: Fix link error. * tests/test-spawn-pipe-child.c: Undefine fprintf. Reported by Tom G. Christensen . --- diff --git a/ChangeLog b/ChangeLog index e87776185..5d91bba9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-06-17 Bruno Haible + spawn-pipe tests: Fix link error. + * tests/test-spawn-pipe-child.c: Undefine fprintf. + Reported by Tom G. Christensen . + +2011-06-17 Bruno Haible + Tests: Remove unnecessary dependency. * modules/canonicalize-tests (Depends-on): Remove progname. * modules/chown-tests (Depends-on): Likewise. diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index 7cef8846f..99294914e 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -46,6 +46,7 @@ static FILE *myerr; #undef fcntl #undef fdopen #undef fflush +#undef fprintf #undef read #undef write