From bbac77e3c8118a4e0c689cbcf34100f9b0bff426 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 19 Dec 2008 03:33:05 +0100 Subject: Tests for module 'mbrtowc'. --- tests/test-mbrtowc2.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 tests/test-mbrtowc2.sh (limited to 'tests/test-mbrtowc2.sh') 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 -- cgit v1.2.1