diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-29 16:52:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-29 16:52:59 +0000 |
commit | 2e328b0196116924e78c938511023b403410683e (patch) | |
tree | 7c3ba2cb1d9fae84675a952edf45882ea1791a36 /ChangeLog | |
parent | a38becce9752e67f71e79e8c230b327869802e70 (diff) | |
download | coreutils-2e328b0196116924e78c938511023b403410683e.tar.xz |
* tests/seq/basic [neg-2, eq-wid-2]: Comment out tests that
use .1 as the increment. Actual output varies too much.
[eq-wid-3]: New, commented out test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-09-29 Jim Meyering <jim@meyering.net> + * tests/seq/basic [neg-2, eq-wid-2]: Comment out tests that + use .1 as the increment. Actual output varies too much. + [eq-wid-3]: New, commented out test. + * src/shuf.c (read_input): Fix an off-by-one error that would cause an infloop for piped input of 8KB or more. * NEWS: Mention the fix. |