]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(LC_COLLATE): Set it to the empty string and
authorJim Meyering <jim@meyering.net>
Sun, 29 Oct 2000 07:38:13 +0000 (07:38 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Oct 2000 07:38:13 +0000 (07:38 +0000)
export it.  Otherwise, tests/cp/cp-mv-backup would fail e.g., when
LC_COLLATE was set to en.  Reported by Vin Shelton.

tests/lang-default

index d01624a026e754a4da5902dd57a71fbc4a902abf..2592a2bec7111d3fdd277b36adf2838ced7bff7f 100644 (file)
@@ -5,3 +5,4 @@
 LANGUAGE=''; export LANGUAGE
 LC_ALL=''; export LC_ALL
 LANG=''; export LANG
+LC_COLLATE=''; export LC_COLLATE