From: Jim Meyering Date: Sun, 22 Oct 2000 21:24:40 +0000 (+0000) Subject: remove remnants of lang-default change X-Git-Tag: TEXTUTILS-2_0_8~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e546891f171aff14a2125be02bdce42048c3929;p=thirdparty%2Fcoreutils.git remove remnants of lang-default change --- diff --git a/tests/mv/partition-perm b/tests/mv/partition-perm index 3b87676c86..2c709d2771 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