3 # Test whether a french locale is installed.
5 : "${LOCALE_FR_UTF8=fr_FR.UTF-8}"
6 if test $LOCALE_FR != none
; then
9 if test $LOCALE_FR_UTF8 != none
; then
10 testlocale
=$LOCALE_FR_UTF8
12 if test -f /usr
/bin
/localedef
; then
13 echo "Skipping test: no french locale is installed"
15 echo "Skipping test: no french locale is supported"
21 if $LC_NUMERIC_IMPLEMENTED; then
24 echo "Skipping test: LC_NUMERIC category of locales is not implemented"
29 ${CHECKER} .
/test-vasnprintf-posix2
${EXEEXT}