summaryrefslogtreecommitdiff
path: root/tests/mv
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-22 21:24:40 +0000
committerJim Meyering <jim@meyering.net>2000-10-22 21:24:40 +0000
commit9e546891f171aff14a2125be02bdce42048c3929 (patch)
treeed6f812ad6bec444d3e381972aafe30a981db98e /tests/mv
parent171aba014f4bb6d4ac8c36e62a53690f264aa98d (diff)
downloadcoreutils-9e546891f171aff14a2125be02bdce42048c3929.tar.xz
remove remnants of lang-default change
Diffstat (limited to 'tests/mv')
-rwxr-xr-xtests/mv/partition-perm3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/mv/partition-perm b/tests/mv/partition-perm
index 3b87676c8..2c709d277 100755
--- a/tests/mv/partition-perm
+++ b/tests/mv/partition-perm
@@ -14,9 +14,6 @@ if test -z "$other_partition_tmpdir"; then
exit 77
fi
-=''; export LANGUAGE
-=''; export LANG
-
pwd=`pwd`
dir=p-perm-$$
trap "cd $pwd; rm -rf $dir $other_partition_tmpdir" 0 1 2 3 15