Mercurial > hg > octave-nkf > gnulib-hg
view tests/test-mbscasecmp.sh @ 10159:873cd96bbc65
Fix small mistake from 2008-06-01.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 05 Jun 2008 00:56:52 +0200 |
parents | 73a83a14a3fd |
children |
line wrap: on
line source
#!/bin/sh # Test whether a specific Turkish locale is installed. : ${LOCALE_TR_UTF8=tr_TR.UTF-8} if test $LOCALE_TR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no turkish Unicode locale is installed" else echo "Skipping test: no turkish Unicode locale is supported" fi exit 77 fi LC_ALL=$LOCALE_TR_UTF8 \ ./test-mbscasecmp${EXEEXT}