From: Jim Meyering Date: Fri, 7 Mar 2003 13:01:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.10~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9631f28a5302709e1571737fe108d2a8b6f6e22e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 301ddc3ab8..1d91bcd9a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2003-03-06 Jim Meyering +2003-03-07 Jim Meyering * Version 4.5.10. + * tests/du/basic: Add a test for the above fix. + Test the -S option using a hierarchy containing files, too, + not just directories. + +2003-03-06 Jim Meyering + * tests/cp/same-file: Unset CDPATH. Otherwise, having the CDPATH shell variable set could cause this test to fail. Reported by Karl Berry.