summaryrefslogtreecommitdiff
path: root/tests/test-mbrtowc2.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-19 03:33:05 +0100
committerBruno Haible <bruno@clisp.org>2008-12-19 03:33:05 +0100
commitbbac77e3c8118a4e0c689cbcf34100f9b0bff426 (patch)
tree9a9a489e41ba20bb64c7e1e4380e35eca21fbf0c /tests/test-mbrtowc2.sh
parented95c63aeb1d5d675b91cb00634678b76b9bb8f2 (diff)
downloadgnulib-bbac77e3c8118a4e0c689cbcf34100f9b0bff426.tar.gz
Tests for module 'mbrtowc'.
Diffstat (limited to 'tests/test-mbrtowc2.sh')
-rwxr-xr-xtests/test-mbrtowc2.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test-mbrtowc2.sh b/tests/test-mbrtowc2.sh
new file mode 100755
index 0000000000..0405abafea
--- /dev/null
+++ b/tests/test-mbrtowc2.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# Test whether a specific UTF-8 locale is installed.
+: ${LOCALE_FR_UTF8=fr_FR.UTF-8}
+if test $LOCALE_FR_UTF8 = none; then
+ if test -f /usr/bin/localedef; then
+ echo "Skipping test: no french Unicode locale is installed"
+ else
+ echo "Skipping test: no french Unicode locale is supported"
+ fi
+ exit 77
+fi
+
+LC_ALL=$LOCALE_FR_UTF8 \
+./test-mbrtowc${EXEEXT} 2