Commit 3794d01e0d62f5f93118ca6b3c75ddc84995d541

Peter Rosin 2012-01-23T09:18:46

tests: improve diagnostics when write(2) fails MinGW programs can't redirect file descriptor 9, they can only redirect stdin, stdout and stderr. So, improve the information in the test log. See automake bug#10466. * tests/parallel-tests-fd-redirect.test (baz.c, zardoz.c): Check the return value from the write(2) call, and report detected errors.