Mercurial > hg > octave-nkf > gnulib-hg
diff tests/test-mbsrtowcs4.sh @ 11118:d39a9bdacb69
Fix fallback value of LOCALE_ZH_CN.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 Feb 2009 22:29:08 +0100 |
parents | 4200847287e8 |
children |
line wrap: on
line diff
--- 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"