annotate tests/test-mbscspn.sh @ 14878:293a9a1292a9

strerror-override: avoid bloating errno module * modules/errno (Files, configure.ac): Move replacement strings... * modules/strerror-override: ...to new module. * modules/strerror (Depends-on): Add strerror-override. * modules/strerror_r-posix (Depends-on): Likewise. * MODULES.html.sh: Document new module. Reported by Bruno Haible. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 06 Jun 2011 15:11:04 -0600
parents 32304cd3cf05
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8137
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 #!/bin/sh
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 # Test whether a specific UTF-8 locale is installed.
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 : ${LOCALE_FR_UTF8=fr_FR.UTF-8}
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 if test $LOCALE_FR_UTF8 = none; then
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 if test -f /usr/bin/localedef; then
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 echo "Skipping test: no french Unicode locale is installed"
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 else
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 echo "Skipping test: no french Unicode locale is supported"
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 fi
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 exit 77
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 fi
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 LC_ALL=$LOCALE_FR_UTF8 \
32304cd3cf05 Tests for module 'mbscspn'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 ./test-mbscspn${EXEEXT}