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.
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.
> The change looks fine. You're welcome to commit it.
Committed.
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