X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-wcsnrtombs4.sh;h=c8a02ce250a5ad245ab440c04d0c1f74a4c00f84;hb=409da8c2eb774db685376f350518657fe6f621be;hp=4098f40ea062d8d776fc7dc04ca8834aaedbeeb2;hpb=c8a8dad9250e11c3d92224cf3ae5a213dbcc6103;p=gnulib.git diff --git a/tests/test-wcsnrtombs4.sh b/tests/test-wcsnrtombs4.sh index 4098f40ea..c8a02ce25 100755 --- a/tests/test-wcsnrtombs4.sh +++ b/tests/test-wcsnrtombs4.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"