summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-28 15:24:04 +0000
committerJim Meyering <jim@meyering.net>2003-03-28 15:24:04 +0000
commit44d5da2f7eeb0adc5e706d6dfd87ded7cbea368b (patch)
tree588b5df096e2f551d40597ef47b294c3bc262d7d
parent5e8abb3891fad0cbc0ffcfc260b27c3aad1c03a0 (diff)
downloadcoreutils-44d5da2f7eeb0adc5e706d6dfd87ded7cbea368b.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eec414b47..ee29da4d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* Version 4.5.12.
+ * tests/stty/row-col-1: Skip this test if stty can't get window size.
+ This happens when connecting to sparc-solaris2.7 via ssh from within
+ emacs. Reported by Karl Berry.
+
* tests/du/basic: Use seq, not `yes' to generate 4KB of data.
Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.