summaryrefslogtreecommitdiff
path: root/gnulib-tests/test-mbsrtowcs2.sh
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-09 14:24:12 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-09 14:24:12 +0000
commit320a47f4ece8481034a167890913c0e9d044244d (patch)
treee0e92e962f296a8005b023fe3d6aeb4838df7621 /gnulib-tests/test-mbsrtowcs2.sh
parentbda92ad9f72eb7891edb92ef7da66748df00e445 (diff)
downloaddiffutils-320a47f4ece8481034a167890913c0e9d044244d.tar.gz
bootstrapped repository
Diffstat (limited to 'gnulib-tests/test-mbsrtowcs2.sh')
-rwxr-xr-xgnulib-tests/test-mbsrtowcs2.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnulib-tests/test-mbsrtowcs2.sh b/gnulib-tests/test-mbsrtowcs2.sh
new file mode 100755
index 0000000..f72ceb6
--- /dev/null
+++ b/gnulib-tests/test-mbsrtowcs2.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-mbsrtowcs${EXEEXT} 2