diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-18 07:41:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-18 07:41:59 +0000 |
commit | 7e02b6c989d163d6db8c7cba6140445e0de9ccae (patch) | |
tree | b57a427ea95a512f5e1b7328df193c2bd607be23 /tests/mv/part-symlink | |
parent | 32dfed954fa764d0f32d846c215dcbe95b568c38 (diff) | |
download | coreutils-7e02b6c989d163d6db8c7cba6140445e0de9ccae.tar.xz |
Make sure the programs use C-locale formats
and translations. Bruno Haible reported that this test would fail
when using other locales, because ls printed a translation of `total'.
Diffstat (limited to 'tests/mv/part-symlink')
-rwxr-xr-x | tests/mv/part-symlink | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index 3cd4e9af0..254159b89 100755 --- a/tests/mv/part-symlink +++ b/tests/mv/part-symlink @@ -18,6 +18,11 @@ 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 + if test -z "$other_partition_tmpdir"; then (exit 77); exit fi |