X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-mbsrtowcs4.sh;h=226d6ff477613e4fdb8a72abf807599c10fc1dfc;hb=17f0ec6;hp=0708fe6320a5d188667de553458cee8407f8a6e6;hpb=681366779f25822887d18f7b75926d547925f461;p=gnulib.git diff --git a/tests/test-mbsrtowcs4.sh b/tests/test-mbsrtowcs4.sh index 0708fe632..226d6ff47 100755 --- a/tests/test-mbsrtowcs4.sh +++ b/tests/test-mbsrtowcs4.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"