diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 07:33:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 07:33:41 +0000 |
commit | d24393e12d59479bd689a7639c8577b7b31d4f2d (patch) | |
tree | f5aaa012899fb3276c6bd2ed6604bad9776cf3bb /ChangeLog | |
parent | f32880226105b53360f27febd753c964cd79ead8 (diff) | |
download | coreutils-d24393e12d59479bd689a7639c8577b7b31d4f2d.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2003-07-11 Jim Meyering <jim@meyering.net> +2003-07-12 Jim Meyering <jim@meyering.net> * Version 5.0.1. + * tests/input-tty: Also check `test -t 1'. + This is necessary on linux-2.4.21, otherwise, the test + stty/basic-1 would hang when run in the background. + +2003-07-11 Jim Meyering <jim@meyering.net> + * tests/sample-test: Also fail if cat-to-create-expected-output fails. Otherwise, if both `exp' and `out' end up empty because of e.g., a full disk, they would mistakenly compare equal. |