annotate tests/test-wcsnrtombs1.sh @ 17288:e1bf1347de53
doc: clarify -Werror
* doc/warnings.texi (warnings): -Werror is not always a bad idea;
clarify that it's intended for developers, not for ordinary builds,
and mention --enable-gcc-warnings as one possible use.
author |
Paul Eggert <eggert@cs.ucla.edu> |
date |
Tue, 15 Jan 2013 12:21:42 -0800 |
parents |
f08a483da33c |
children |
|
rev |
line source |
10944
|
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-wcsnrtombs${EXEEXT} 1 |