From 7e02b6c989d163d6db8c7cba6140445e0de9ccae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Oct 2000 07:41:59 +0000 Subject: 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'. --- tests/mv/part-symlink | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/mv') 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 -- cgit v1.2.3-54-g00ecf