Mercurial > hg > octave-lojdl > gnulib-hg
annotate tests/test-btowc1.sh @ 17460:d11431703671
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 09 Aug 2013 08:03:30 -0700 |
parents | 5bfbc476aa57 |
children |
rev | line source |
---|---|
10896 | 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-btowc${EXEEXT} 1 |