diff options
Diffstat (limited to 'tests/mv')
-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 |