]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make sure we get diagnostics in English.
authorJim Meyering <jim@meyering.net>
Sun, 14 Dec 1997 21:51:44 +0000 (21:51 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Dec 1997 21:51:44 +0000 (21:51 +0000)
tests/ln/sf-1

index 1296227f242dea6211fb3252a45f229da265d999..1ceaee20ab385cc4293a18066c167f819c50e4a6 100755 (executable)
@@ -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') ;;