diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-01 22:32:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-01 22:32:47 +0000 |
commit | 77b694e03adf979f080849ff8ee55af13458d62a (patch) | |
tree | a493149e2ec42e83271a04fc7850c8af6da655a9 /ChangeLog | |
parent | f9bbf80f93cc8464ea4fd6ea1f14715be2c6fd40 (diff) | |
download | coreutils-77b694e03adf979f080849ff8ee55af13458d62a.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2003-08-01 Jim Meyering <jim@meyering.net> +2003-08-02 Jim Meyering <jim@meyering.net> * 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 <jim@meyering.net> + + * 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 <eggert@twinsun.com> * src/ptx.c: Do not include bumpalloc.h. |