From ce939d6f4487da903d3d68a594cfc0d46e2c0cea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Dec 1997 21:51:44 +0000 Subject: [PATCH] Make sure we get diagnostics in English. --- tests/ln/sf-1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/ln/sf-1 b/tests/ln/sf-1 index 1296227f24..1ceaee20ab 100755 --- a/tests/ln/sf-1 +++ b/tests/ln/sf-1 @@ -28,6 +28,14 @@ if test $test_failure = 1; then exit 1 fi +# Make sure we get English translations. +LANGUAGE=C +export LANGUAGE +LC_ALL=C +export LC_ALL +LANG=C +export LANG + $LN -sf a b > err 2>&1 && fail=1 case `cat err` in *'are the same file') ;; -- 2.47.3