Mercurial > hg > octave-lojdl > gnulib-hg
comparison tests/test-mbmemcasecmp1.sh @ 11391:ffc2866b4f39
Tests for module 'mbmemcasecmp'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 10 Mar 2009 03:33:51 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
11390:c31424296b9b | 11391:ffc2866b4f39 |
---|---|
1 #!/bin/sh | |
2 | |
3 # Test in an ISO-8859-1 or ISO-8859-15 locale. | |
4 : ${LOCALE_FR=fr_FR} | |
5 if test $LOCALE_FR = none; then | |
6 if test -f /usr/bin/localedef; then | |
7 echo "Skipping test: no traditional french locale is installed" | |
8 else | |
9 echo "Skipping test: no traditional french locale is supported" | |
10 fi | |
11 exit 77 | |
12 fi | |
13 | |
14 LC_ALL=$LOCALE_FR \ | |
15 ./test-mbmemcasecmp${EXEEXT} 1 |