summaryrefslogtreecommitdiff
path: root/tests/mv/force
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/force')
-rwxr-xr-xtests/mv/force7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/mv/force b/tests/mv/force
index 1455ef342..9a101e406 100755
--- a/tests/mv/force
+++ b/tests/mv/force
@@ -20,12 +20,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 $ff $ff > out 2>&1 && fail=1