usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
[gnulib.git] / tests / test-mbstoc32s-1.sh
blob0e3c7bc0c8009b20ab82100272f579a5810b024d
1 #!/bin/sh
3 # Test whether the POSIX locale has encoding errors.
4 LC_ALL=C \
5 ${CHECKER} ./test-mbstoc32s${EXEEXT} 1 || exit 1
6 LC_ALL=POSIX \
7 ${CHECKER} ./test-mbstoc32s${EXEEXT} 1 || exit 1
9 exit 0