summaryrefslogtreecommitdiff
path: root/tests/test-mbstoc32s-5.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mbstoc32s-5.sh')
-rwxr-xr-xtests/test-mbstoc32s-5.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test-mbstoc32s-5.sh b/tests/test-mbstoc32s-5.sh
new file mode 100755
index 0000000000..edb36432b8
--- /dev/null
+++ b/tests/test-mbstoc32s-5.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# Test whether the POSIX locale has encoding errors.
+LC_ALL=C \
+${CHECKER} ./test-mbstoc32s${EXEEXT} 5 || exit 1
+LC_ALL=POSIX \
+${CHECKER} ./test-mbstoc32s${EXEEXT} 5 || exit 1
+
+exit 0