Re: fpending test

2007-10-09 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > test-fpending.c blindly writes to stdout: > > | PASS: test-fflush.exe > | fooPASS: test-fpending.exe > | PASS: test-fpurge.exe > > I'm committing this to silence it from the user's perspective. Thanks.

Re: fpending test

2007-10-09 Thread Eric Blake
Bruno Haible clisp.org> writes: > > > The change looks fine. You're welcome to commit it. > > Committed. > test-fpending.c blindly writes to stdout: | PASS: test-fflush.exe | fooPASS: test-fpending.exe | PASS: test-fpurge.exe I'm committing this to silence it from the user's perspective.

Re: fpending test

2007-10-03 Thread Bruno Haible
> The change looks fine. You're welcome to commit it. Committed.

Re: fpending test

2007-10-03 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > The fpending module has no test in gnulib, but it has one in coreutils. > How about moving that test to gnulib? So that e.g. m4's "make check" > verifies it on all kinds of platforms. > > Here is a proposed patch for gnulib. On the coreutils side, if you wa