summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/ln/sf-18
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1
index 1296227f2..1ceaee20a 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') ;;