diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 13:09:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 13:09:28 +0000 |
commit | 28c6609c86191b9c913cd124437cad1dac4fd5e7 (patch) | |
tree | 177035185a56b06161fde8c456055f1e9c828d09 /tests/mv/part-symlink | |
parent | 43c38af6a1bf3e3ae527b1cb70988e87bb995063 (diff) | |
download | coreutils-28c6609c86191b9c913cd124437cad1dac4fd5e7.tar.xz |
Source lang-default rather than open-coding
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
Diffstat (limited to 'tests/mv/part-symlink')
-rwxr-xr-x | tests/mv/part-symlink | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index 254159b89..f2514c297 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -17,11 +17,8 @@ pwd_tmp=$pwd/$tmp . $srcdir/setup . $srcdir/../envvar-check - # Make sure the programs use C-locale formats/translations. -LANGUAGE=C; export LANGUAGE -LC_ALL=C; export LC_ALL -LANG=C; export LANG +. $srcdir/../lang-default if test -z "$other_partition_tmpdir"; then (exit 77); exit |