From: Jim Meyering Date: Fri, 28 Mar 2003 15:24:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.12~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d5da2f7eeb0adc5e706d6dfd87ded7cbea368b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index eec414b47d..ee29da4d44 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.