projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171aba0
)
remove remnants of lang-default change
author
Jim Meyering
<jim@meyering.net>
Sun, 22 Oct 2000 21:24:40 +0000
(21:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 22 Oct 2000 21:24:40 +0000
(21:24 +0000)
tests/mv/partition-perm
patch
|
blob
|
history
diff --git
a/tests/mv/partition-perm
b/tests/mv/partition-perm
index 3b87676c86cd31592005e2127eb78e208c93817d..2c709d2771476f558316042047511faef451defa 100755
(executable)
--- 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