summaryrefslogtreecommitdiff
path: root/tests/test-mbsnrtowcs4.sh
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-02-07 22:29:08 +0100
committerBruno Haible <bruno@clisp.org>2009-02-07 22:29:08 +0100
commitbda467cd6c5d3cf3dc5afa09c841e794732fadca (patch)
treeacc435be717e8d8709b5a1276a9a95c3b21da490 /tests/test-mbsnrtowcs4.sh
parent0ff615a15a47ccd749c069ce604512fe3d8c580e (diff)
downloadgnulib-bda467cd6c5d3cf3dc5afa09c841e794732fadca.tar.gz
Fix fallback value of LOCALE_ZH_CN.
Diffstat (limited to 'tests/test-mbsnrtowcs4.sh')
-rwxr-xr-xtests/test-mbsnrtowcs4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mbsnrtowcs4.sh b/tests/test-mbsnrtowcs4.sh
index 49e07b3f1a..e43a6a34ff 100755
--- a/tests/test-mbsnrtowcs4.sh
+++ b/tests/test-mbsnrtowcs4.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test whether a specific GB18030 locale is installed.
-: ${LOCALE_ZH_CN=zh_CN}
+: ${LOCALE_ZH_CN=zh_CN.GB18030}
if test $LOCALE_ZH_CN = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no transitional chinese locale is installed"