Re: test-pread.sh failure

2011-06-19 Thread Jim Meyering
Bruno Haible wrote: >> test-pread.c:71: assertion failed >> FAIL: test-pread.sh > > Here the errno value for a negative offset is EFBIG, not EINVAL. > > Jim, OK to relax the test, like this? Hi Bruno, Yes, that looks fine. Thank you. > -ASSERT (errno == EINVAL); > +ASSERT (errno == EINVA

test-pread.sh failure

2011-06-19 Thread Bruno Haible
Hi Jim, > 1 x FAIL: test-pread.sh > OpenBSD 4.9: > > test-pread.c:71: assertion failed > FAIL: test-pread.sh Here the errno value for a negative offset is EFBIG, not EINVAL. Jim, OK to relax the test, like this? 2011-06-19 Bruno Haible pread test: Avoid test failure on Open