From a84d2bada4614e4741650f37168a18cdbaf7adad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 29 Jun 1997 12:19:43 +0000 Subject: Set and export LANGUAGE, LC_ALL, and LANG so tests get english strings. From Ulrich Drepper. --- tests/join/mk-script.pl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/join') diff --git a/tests/join/mk-script.pl b/tests/join/mk-script.pl index c85aaaa59..eb022d324 100644 --- a/tests/join/mk-script.pl +++ b/tests/join/mk-script.pl @@ -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 (); -- cgit v1.2.3-54-g00ecf