From: Jim Meyering Date: Sat, 12 Jul 2003 07:33:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24393e12d59479bd689a7639c8577b7b31d4f2d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 409fce94ce..a99cabf94b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2003-07-11 Jim Meyering +2003-07-12 Jim Meyering * 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 + * 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.