usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
[gnulib.git] / tests / test-fnmatch-2.sh
blobc7e17664b6d6e3b1bfb8ffaa6e65231ee623d2b8
1 #!/bin/sh
3 # Test in an ISO-8859-1 or ISO-8859-15 locale.
4 : "${LOCALE_FR=fr_FR}"
5 if test $LOCALE_FR = none; then
6 if test -f /usr/bin/localedef; then
7 echo "Skipping test: no traditional french locale is installed"
8 else
9 echo "Skipping test: no traditional french locale is supported"
11 exit 77
14 LC_ALL=$LOCALE_FR \
15 ${CHECKER} ./test-fnmatch${EXEEXT} 2