X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-mbsrtowcs4.sh;h=226d6ff477613e4fdb8a72abf807599c10fc1dfc;hb=7170ee077cc44186a70cb264ceb8352a1349e05b;hp=0708fe6320a5d188667de553458cee8407f8a6e6;hpb=681366779f25822887d18f7b75926d547925f461;p=pspp diff --git a/tests/test-mbsrtowcs4.sh b/tests/test-mbsrtowcs4.sh index 0708fe6320..226d6ff477 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"