Mercurial > hg > octave-nkf > gnulib-hg
annotate tests/test-mbmemcasecmp2.sh @ 17906:d86e349ad92d
getugroups: Fix Android build
* lib/getugroups.c: Don't reference unsupported {get,set,end}grent
functions.
author | Kevin Cernekee <cernekee@google.com> |
---|---|
date | Wed, 11 Feb 2015 15:22:53 -0800 |
parents | ffc2866b4f39 |
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 |