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