From: Jim Meyering Date: Sun, 29 Oct 2000 07:38:13 +0000 (+0000) Subject: (LC_COLLATE): Set it to the empty string and X-Git-Tag: SH-UTILS-2_0_11~15 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f604c52243eee5eae146b7f743dc3531975a3d82;p=thirdparty%2Fcoreutils.git (LC_COLLATE): Set it to the empty string and export it. Otherwise, tests/cp/cp-mv-backup would fail e.g., when LC_COLLATE was set to en. Reported by Vin Shelton. --- diff --git a/tests/lang-default b/tests/lang-default index d01624a026..2592a2bec7 100644 --- a/tests/lang-default +++ b/tests/lang-default @@ -5,3 +5,4 @@ LANGUAGE=''; export LANGUAGE LC_ALL=''; export LC_ALL LANG=''; export LANG +LC_COLLATE=''; export LC_COLLATE