summaryrefslogtreecommitdiff
path: root/tests/mv/partition-perm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-10-22 13:09:28 +0000
committerJim Meyering <jim@meyering.net>2000-10-22 13:09:28 +0000
commit28c6609c86191b9c913cd124437cad1dac4fd5e7 (patch)
tree177035185a56b06161fde8c456055f1e9c828d09 /tests/mv/partition-perm
parent43c38af6a1bf3e3ae527b1cb70988e87bb995063 (diff)
downloadcoreutils-28c6609c86191b9c913cd124437cad1dac4fd5e7.tar.xz
Source lang-default rather than open-coding
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
Diffstat (limited to 'tests/mv/partition-perm')
-rwxr-xr-xtests/mv/partition-perm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mv/partition-perm b/tests/mv/partition-perm
index 08eb69b35..3b87676c8 100755
--- a/tests/mv/partition-perm
+++ b/tests/mv/partition-perm
@@ -8,13 +8,14 @@ fi
. $srcdir/setup
. $srcdir/../envvar-check
+. $srcdir/../lang-default
if test -z "$other_partition_tmpdir"; then
exit 77
fi
-LANGUAGE=C; export LANGUAGE
-LANG=C; export LANG
+=''; export LANGUAGE
+=''; export LANG
pwd=`pwd`
dir=p-perm-$$