]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 3 Mar 2006 07:44:12 +0000 (07:44 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 3 Mar 2006 07:44:12 +0000 (07:44 +0000)
ChangeLog

index 002e5c29125d760ad5a0ebfa52c7eac437c4413e..c836ffa26d9d8e096cd6db702a4c1e1b9b4c61d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2006-02-27  Jim Meyering  <jim@meyering.net>
+2006-03-03  Jim Meyering  <jim@meyering.net>
 
        * Version 6.0-cvs.
 
+       Don't fail when run from an environment with SHELL not a Bourne
+       shell, e.g. `env SHELL=/bin/csh make check' would fail this test.
+       * tests/dircolors/simple: Invoke each non-failing test with -b.
+       Reported by Michael Stone.
+
+2006-02-27  Jim Meyering  <jim@meyering.net>
+
        * tests/misc/base64: Derive --decode-using tests from the
        encode-based ones.