summaryrefslogtreecommitdiff
path: root/tests/test-mbsnrtowcs5.sh
blob: b121fb1a69ec1da5ea2c87722366f05ebe95cf8e (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-mbsnrtowcs${EXEEXT} 5 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-mbsnrtowcs${EXEEXT} 5 || exit 1

exit 0