summaryrefslogtreecommitdiffstats
path: root/gnulib-tests/test-mbsrtoc32s-1.sh
blob: 3d5f89be75c229d988e64a6868e60aef1e94a0b5 (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-mbsrtoc32s${EXEEXT} 1 || exit 1
LC_ALL=POSIX \
${CHECKER} ./test-mbsrtoc32s${EXEEXT} 1 || exit 1

exit 0