From: Jim Meyering Date: Wed, 18 Oct 2000 07:41:59 +0000 (+0000) Subject: Make sure the programs use C-locale formats X-Git-Tag: TEXTUTILS-2_0_8~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e02b6c989d163d6db8c7cba6140445e0de9ccae;p=thirdparty%2Fcoreutils.git 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'. --- diff --git a/tests/mv/part-symlink b/tests/mv/part-symlink index 3cd4e9af0e..254159b89e 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