summaryrefslogtreecommitdiffstats
path: root/gnulib-tests/test-fnmatch-1.sh
blob: 7ecc27063aba400273f545abe68ec99719d7b80d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Test in the POSIX locale.
LC_ALL=C \
${CHECKER} ./test-fnmatch${EXEEXT} 1 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-fnmatch${EXEEXT} 1 || exit 1

exit 0