From: Jim Meyering Date: Sun, 14 Dec 1997 21:51:44 +0000 (+0000) Subject: Make sure we get diagnostics in English. X-Git-Tag: FILEUTILS-3_16h~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce939d6f4487da903d3d68a594cfc0d46e2c0cea;p=thirdparty%2Fcoreutils.git Make sure we get diagnostics in English. --- 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') ;;