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