]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Make sure the programs use C-locale formats
authorJim Meyering <jim@meyering.net>
Wed, 18 Oct 2000 07:41:59 +0000 (07:41 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Oct 2000 07:41:59 +0000 (07:41 +0000)
and translations.  Bruno Haible reported that this test would fail
when using other locales, because ls printed a translation of `total'.

tests/mv/part-symlink

index 3cd4e9af0ef084ccc58472cdefac068c6c678948..254159b89e5a08e2ad9cead5decc656ab2a4024c 100755 (executable)
@@ -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