From: Jim Meyering Date: Sun, 10 Sep 2000 19:47:56 +0000 (+0000) Subject: (LC_ALL): Set to `C' and export to ensure X-Git-Tag: FILEUTILS-4_0_27~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eb2ccc11351c1ba644fa7c0a03b2c95d5e5882b;p=thirdparty%2Fcoreutils.git (LC_ALL): Set to `C' and export to ensure that `ls' sorts the same way for everyone. Reported by Vin Shelton. --- diff --git a/tests/cp/cp-mv-backup b/tests/cp/cp-mv-backup index 084dd1e540..fbed6f0095 100755 --- a/tests/cp/cp-mv-backup +++ b/tests/cp/cp-mv-backup @@ -9,6 +9,9 @@ fi LANGUAGE=C; export LANGUAGE LANG=C; export LANG +# Ensure that ls sorts the same way for everyone. +LC_ALL=C; export LC_ALL + . $srcdir/../envvar-check umask 022