usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
[gnulib.git] / tests / test-ftell.sh
blob5c278082a8f27a2ad1416bcb38c566b436c16cb2
1 #!/bin/sh
3 ${CHECKER} ./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1
4 echo hi | ${CHECKER} ./test-ftell${EXEEXT} || exit 1
5 exit 0