nstrftime, c-nstrftime tests: Avoid test failures on native Windows.
[gnulib.git] / tests / test-mbrtoc16-1.sh
blob4da6d644991e19a1d0aa3351b307ffa36a827cf1
1 #!/bin/sh
3 # Test whether the POSIX locale has encoding errors.
4 LC_ALL=C \
5 ${CHECKER} ./test-mbrtoc16${EXEEXT} 1 || exit 1
6 LC_ALL=POSIX \
7 ${CHECKER} ./test-mbrtoc16${EXEEXT} 1 || exit 1
9 exit 0