summaryrefslogtreecommitdiff
path: root/tests/mv/into-self-2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/into-self-2')
-rwxr-xr-xtests/mv/into-self-27
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2
index 81e151af6..7c8a3404c 100755
--- a/tests/mv/into-self-2
+++ b/tests/mv/into-self-2
@@ -34,12 +34,7 @@ if test $framework_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
# This mv command should exit nonzero.
mv $symlink $file > out 2>&1 && fail=1