diff options
| author | sebres <sebres@users.sourceforge.net> | 2019-11-14 19:58:11 (GMT) |
|---|---|---|
| committer | sebres <sebres@users.sourceforge.net> | 2019-11-14 19:58:11 (GMT) |
| commit | 4a0d55e4c90514af7ad345fdc8a3e5c54100197c (patch) | |
| tree | 62ab3f413948c7c30ce29c6e0ee4cf4cbaff51a1 | |
| parent | b350e6ad910681ff6c967a7fcff789e11d6c3403 (diff) | |
| parent | bb1eeada78e64c97e89d7bddf99cb8dcfe845d8c (diff) | |
| download | tcl-4a0d55e4c90514af7ad345fdc8a3e5c54100197c.zip tcl-4a0d55e4c90514af7ad345fdc8a3e5c54100197c.tar.gz tcl-4a0d55e4c90514af7ad345fdc8a3e5c54100197c.tar.bz2 | |
merge 8.5
| -rw-r--r-- | tests/io.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test index 42122ac..1b23534 100644 --- a/tests/io.test +++ b/tests/io.test @@ -7383,7 +7383,7 @@ test io-53.3 {CopyData: background read underflow} {stdio unix openpipe fcopy} { close $f set result } "ready line1 line2 {done\n}" -test io-53.4 {CopyData: background write overflow} {stdio unix openpipe fileevent fcopy} { +test io-53.4 {CopyData: background write overflow} {stdio openpipe fileevent fcopy} { set big bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb\n variable x for {set x 0} {$x < 12} {incr x} { |
