4 : "${LOCALE_FR_UTF8=fr_FR.UTF-8}"
6 if test $LOCALE_FR = none
&& test $LOCALE_FR_UTF8 = none
; then
7 if test -f /usr
/bin
/localedef
; then
8 echo "Skipping test: no locale for testing is installed"
10 echo "Skipping test: no locale for testing is supported"
17 if test $LOCALE_FR != none
; then
18 LC_ALL
=$LOCALE_FR ${CHECKER} .
/test-nstrftime
${EXEEXT}
20 if test $rc = 77; then
23 if test $rc != 0; then
29 if test $LOCALE_FR_UTF8 != none
; then
30 LC_ALL
=$LOCALE_FR_UTF8 ${CHECKER} .
/test-nstrftime
${EXEEXT}
32 if test $rc = 77; then
35 if test $rc != 0; then