Mercurial > hg > octave-lojdl > gnulib-hg
annotate tests/test-mbmemcasecmp2.sh @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 11 May 2011 11:35:06 -0600 |
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 |