Re: [PATCH] tests: fix unportable assumption on sys/wait.h

2010-09-26 Thread Bruno Haible
Hi Eric, Eric Blake wrote on 2010-09-17: > * tests/test-sys_wait.c (main): Relax test. > * tests/test-stdlib.c (main): Likewise. I have another change to make to this test. But I don't want to do it in two files. So first let's reduce the code duplication. 2010-09-26 Bruno Haible st

[PATCH] tests: fix unportable assumption on sys/wait.h

2010-09-17 Thread Eric Blake
* tests/test-sys_wait.c (main): Relax test. * tests/test-stdlib.c (main): Likewise. Signed-off-by: Eric Blake --- This test was passing on Linux but failing on cygwin; with this patch it now passes on both. ChangeLog |4 tests/test-stdlib.c | 18 +++--- tes