X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-setlocale1.sh;h=59a0532dded134da97ca89425f1a741ec88f43b7;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=add4e922b4894d62615d43c0a28c5d313e5cb7c3;hpb=097885d0981547e184259079a820b9f66c7f6924;p=gnulib.git diff --git a/tests/test-setlocale1.sh b/tests/test-setlocale1.sh index add4e922b..59a0532dd 100755 --- a/tests/test-setlocale1.sh +++ b/tests/test-setlocale1.sh @@ -16,19 +16,19 @@ if test $LOCALE_FR = none && test $LOCALE_FR_UTF8 = none \ fi if test $LOCALE_FR != none; then - LC_ALL=$LOCALE_FR ./test-setlocale1${EXEEXT} 1 || exit 1 + LC_ALL=$LOCALE_FR ./test-setlocale1${EXEEXT} || exit 1 fi if test $LOCALE_FR_UTF8 != none; then - LC_ALL=$LOCALE_FR_UTF8 ./test-setlocale1${EXEEXT} 1 || exit 1 + LC_ALL=$LOCALE_FR_UTF8 ./test-setlocale1${EXEEXT} || exit 1 fi if test $LOCALE_JA != none; then - LC_ALL=$LOCALE_JA ./test-setlocale1${EXEEXT} 1 || exit 1 + LC_ALL=$LOCALE_JA ./test-setlocale1${EXEEXT} || exit 1 fi if test $LOCALE_ZH_CN != none; then - LC_ALL=$LOCALE_ZH_CN ./test-setlocale1${EXEEXT} 1 || exit 1 + LC_ALL=$LOCALE_ZH_CN ./test-setlocale1${EXEEXT} || exit 1 fi exit 0