summaryrefslogtreecommitdiff
path: root/tests/test-mbrtowc5.sh
blob: 4c6c6fe868e05829458ca894091d866079770990 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Test whether the POSIX locale has encoding errors.
LC_ALL=C \
${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit 1

exit 0