From: Jim Meyering Date: Fri, 3 Mar 2006 07:44:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=158c715afd3958b6610f7e745e76790941c9a4b8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 002e5c2912..c836ffa26d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2006-02-27 Jim Meyering +2006-03-03 Jim Meyering * 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 + * tests/misc/base64: Derive --decode-using tests from the encode-based ones.