usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
[gnulib.git] / tests / test-pread.sh
blob55e751734df05de073543e3f19280e65046c775f
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ .
4 fail=0
5 : | ${CHECKER} test-pread || fail=1
7 Exit $fail