Mercurial > hg > octave-nkf > gnulib-hg
view tests/test-mbmemcasecmp2.sh @ 17290:44c34bc536ac
Fix typo in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 16 Jan 2013 09:38:28 -0800 |
parents | ffc2866b4f39 |
children |
line wrap: on
line source
#!/bin/sh # Test whether a specific UTF-8 locale is installed. : ${LOCALE_FR_UTF8=fr_FR.UTF-8} if test $LOCALE_FR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no french Unicode locale is installed" else echo "Skipping test: no french Unicode locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR_UTF8 \ ./test-mbmemcasecmp${EXEEXT} 2