summaryrefslogtreecommitdiff
path: root/tests/mv/into-self-3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/into-self-3')
-rwxr-xr-xtests/mv/into-self-37
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mv/into-self-3 b/tests/mv/into-self-3
index 94de9c8d3..8641468ef 100755
--- a/tests/mv/into-self-3
+++ b/tests/mv/into-self-3
@@ -19,12 +19,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 $dir1 $dir2 $dir2 > out 2>&1 && fail=1