From: Jim Meyering Date: Fri, 1 Aug 2003 22:32:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b694e03adf979f080849ff8ee55af13458d62a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 9d5d2d192b..ead7ee92ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2003-08-01 Jim Meyering +2003-08-02 Jim Meyering * Version 5.0.91. + * tests/Makefile.am (TESTS_ENVIRONMENT): Set PATH so that + the tests in help-version will use the just-built binaries. + +2003-08-01 Jim Meyering + + * tests/shred/remove: Ensure that $? is 0 for the final `exit 0'. + Otherwise, with at least the /bin/sh from HPUX 10.20, + the trap code would end up converting that to exit 1 and thus an + unexpected test failure. Reported by Christian Krackowizer. + 2003-07-31 Paul Eggert * src/ptx.c: Do not include bumpalloc.h.