annotate tests/test-mbsstr3.sh @ 13575:34fed8ca014c

autoupdate
author Karl Berry <karl@freefriends.org>
date Thu, 26 Aug 2010 06:33:40 -0700
parents 95ebb0f8b658
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8132
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 #!/bin/sh
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 # Test whether a specific GB18030 locale is installed.
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 : ${LOCALE_ZH_CN=zh_CN.GB18030}
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 if test $LOCALE_ZH_CN = none; then
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 if test -f /usr/bin/localedef; then
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 echo "Skipping test: no chinese GB18030 locale is installed"
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 else
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 echo "Skipping test: no chinese GB18030 locale is supported"
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 fi
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 exit 77
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 fi
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 LC_ALL=$LOCALE_ZH_CN \
95ebb0f8b658 Tests for module 'mbsstr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 ./test-mbsstr3${EXEEXT}