]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 3 May 2000 11:12:54 +0000 (11:12 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 May 2000 11:12:54 +0000 (11:12 +0000)
old/fileutils/ChangeLog

index 3e65b81cc36cfbee4c98faaf2fbc29141171e888..2dfa782884fafcb28ff40431955beafe6ee542ee 100644 (file)
@@ -1,3 +1,12 @@
+2000-05-03  Bruno Haible  <haible@clisp.cons.org>
+
+       Don't fail when running `make check' with non-`C' locale.
+       * tests/cp/symlink-slash: During ls, set LANGUAGE (for GNU gettext)
+       and LC_ALL (for systems which look at LC_MESSAGES).
+       * tests/rm/r-2: Define LC_ALL instead of LANG, in case the user has
+       LC_CTYPE or LC_ALL set.  Define it and LANGUAGE before the first use
+       of sort.
+
 2000-05-03  Jim Meyering  <meyering@lucent.com>
 
        With a recent glibc, _GNU_SOURCE, and -O, strndup may be a macro.