Set and export LANGUAGE, LC_ALL, and LANG
authorJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 12:19:43 +0000 (12:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 12:19:43 +0000 (12:19 +0000)
so tests get english strings.  From Ulrich Drepper.

tests/cut/mk-script.pl
tests/head/mk-script.pl
tests/join/mk-script.pl
tests/ls/mk-script.pl

index c85aaaa..eb022d3 100644 (file)
@@ -223,6 +223,15 @@ test "\$VERBOSE" && echo=echo || echo=:
 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
+
 EOF1
 
   validate ();
index c85aaaa..eb022d3 100644 (file)
@@ -223,6 +223,15 @@ test "\$VERBOSE" && echo=echo || echo=:
 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
+
 EOF1
 
   validate ();
index c85aaaa..eb022d3 100644 (file)
@@ -223,6 +223,15 @@ test "\$VERBOSE" && echo=echo || echo=:
 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
+
 EOF1
 
   validate ();
index c85aaaa..eb022d3 100644 (file)
@@ -223,6 +223,15 @@ test "\$VERBOSE" && echo=echo || echo=:
 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
+
 EOF1
 
   validate ();