. SH-UTILS-1_16b
authorJim Meyering <jim@meyering.net>
Mon, 30 Jun 1997 03:53:28 +0000 (03:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Jun 1997 03:53:28 +0000 (03:53 +0000)
tests/factor/factor-tests

index daa97e9b4041d75c3fa346cf35a1a770e5670058..04569d58ccc10e849f2de9106008ca34af5e9393 100644 (file)
@@ -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