summaryrefslogtreecommitdiff
path: root/tests/ln/sf-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ln/sf-1')
-rwxr-xr-xtests/ln/sf-17
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/ln/sf-1 b/tests/ln/sf-1
index 894144a8b..424711606 100755
--- a/tests/ln/sf-1
+++ b/tests/ln/sf-1
@@ -21,12 +21,7 @@ if test $test_failure = 1; then
fi
# Make sure we get English translations.
-LANGUAGE=C
-export LANGUAGE
-LC_ALL=C
-export LC_ALL
-LANG=C
-export LANG
+. $srcdir/../lang-default
fail=0
ln -sf a b > err 2>&1 && fail=1