From: Jim Meyering Date: Mon, 30 Jun 1997 03:53:28 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16b^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f490dad0e485f66db5d1ba6510ead6401db826a;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/factor/factor-tests b/tests/factor/factor-tests index daa97e9b40..04569d58cc 100644 --- a/tests/factor/factor-tests +++ b/tests/factor/factor-tests @@ -9,6 +9,15 @@ $echo testing program: $xx errors=0 test "$srcdir" || srcdir=. test "$VERBOSE" && $xx --version 2> /dev/null + +# Make sure we get English translations. +LANGUAGE=C +export LANGUAGE +LC_ALL=C +export LC_ALL +LANG=C +export LANG + $xx 9 > 1.O 2> 1.E code=$? if test $code != 0 ; then