usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
[gnulib.git] / tests / test-iswpunct.sh
blob366e18592a84526156cce4b9e2c2a07c46d417bd
1 #!/bin/sh
3 # Test in the POSIX locale.
4 LC_ALL=C ${CHECKER} ./test-iswpunct${EXEEXT} 0 || exit 1
5 LC_ALL=POSIX ${CHECKER} ./test-iswpunct${EXEEXT} 0 || exit 1
7 exit 0