summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 07:33:41 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 07:33:41 +0000
commitd24393e12d59479bd689a7639c8577b7b31d4f2d (patch)
treef5aaa012899fb3276c6bd2ed6604bad9776cf3bb /ChangeLog
parentf32880226105b53360f27febd753c964cd79ead8 (diff)
downloadcoreutils-d24393e12d59479bd689a7639c8577b7b31d4f2d.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 409fce94c..a99cabf94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.