summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-03 07:44:12 +0000
committerJim Meyering <jim@meyering.net>2006-03-03 07:44:12 +0000
commit158c715afd3958b6610f7e745e76790941c9a4b8 (patch)
tree56f280b6a6561396a3f608edf18790ac22f9b723 /ChangeLog
parentd95fa804bb98229afde2c3df91e90ad7fd58103a (diff)
downloadcoreutils-158c715afd3958b6610f7e745e76790941c9a4b8.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 002e5c291..c836ffa26 100644
--- 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.