diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 21:24:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 21:24:40 +0000 |
commit | 9e546891f171aff14a2125be02bdce42048c3929 (patch) | |
tree | ed6f812ad6bec444d3e381972aafe30a981db98e /tests/mv/partition-perm | |
parent | 171aba014f4bb6d4ac8c36e62a53690f264aa98d (diff) | |
download | coreutils-9e546891f171aff14a2125be02bdce42048c3929.tar.xz |
remove remnants of lang-default change
Diffstat (limited to 'tests/mv/partition-perm')
-rwxr-xr-x | tests/mv/partition-perm | 3 |
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 |