Mercurial > hg > octave-nkf > gnulib-hg
annotate tests/test-mbmemcasecmp2.sh @ 11391:ffc2866b4f39
Tests for module 'mbmemcasecmp'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 10 Mar 2009 03:33:51 +0100 |
parents | |
children |
rev | line source |
---|---|
11391
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 #!/bin/sh |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 # Test whether a specific UTF-8 locale is installed. |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 : ${LOCALE_FR_UTF8=fr_FR.UTF-8} |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 if test $LOCALE_FR_UTF8 = none; then |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 if test -f /usr/bin/localedef; then |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 echo "Skipping test: no french Unicode locale is installed" |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 else |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 echo "Skipping test: no french Unicode locale is supported" |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 fi |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 exit 77 |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 fi |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 LC_ALL=$LOCALE_FR_UTF8 \ |
ffc2866b4f39
Tests for module 'mbmemcasecmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 ./test-mbmemcasecmp${EXEEXT} 2 |