X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-mbrtowc4.sh;h=b299a2c48e2ca9e7894f7e19b5e49843f4d9dc2f;hb=cbfeef01ad4ed6d3f68c3deb3c05d3b8102c84ff;hp=17649115faf12ade39bc65a50192d9ed4d76d689;hpb=bbac77e3c8118a4e0c689cbcf34100f9b0bff426;p=gnulib.git diff --git a/tests/test-mbrtowc4.sh b/tests/test-mbrtowc4.sh index 17649115f..b299a2c48 100755 --- a/tests/test-mbrtowc4.sh +++ b/tests/test-mbrtowc4.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"