intprops: new macro INT_PROMOTE
[gnulib.git] / tests / test-mbmemcasecoll-3.sh
blob99582d759cea30cba6ebc8d26aef398e84d1deea
1 #!/bin/sh
3 # Test whether a specific UTF-8 locale is installed.
4 : "${LOCALE_EN_UTF8=en_US.UTF-8}"
5 : "${LOCALE_FR_UTF8=fr_FR.UTF-8}"
6 if test "$LOCALE_EN_UTF8" = none && test $LOCALE_FR_UTF8 = none; then
7 if test -f /usr/bin/localedef; then
8 echo "Skipping test: no english or french Unicode locale is installed"
9 else
10 echo "Skipping test: no english or french Unicode locale is supported"
12 exit 77
15 # It's sufficient to test in one of the two locales.
16 if test $LOCALE_FR_UTF8 != none; then
17 testlocale=$LOCALE_FR_UTF8
18 else
19 testlocale="$LOCALE_EN_UTF8"
22 LC_ALL="$testlocale" \
23 ${CHECKER} ./test-mbmemcasecoll${EXEEXT} 3