diff options
author | sebres <sebres@users.sourceforge.net> | 2019-11-14 19:57:12 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2019-11-14 19:57:12 (GMT) |
commit | bb1eeada78e64c97e89d7bddf99cb8dcfe845d8c (patch) | |
tree | 4827c96ebe4289f04ba4c9b2dee59ae5a0b1acb4 /tests/io.test | |
parent | e85c33074d52d9b69f1c521915615e8660f07d33 (diff) | |
download | tcl-bb1eeada78e64c97e89d7bddf99cb8dcfe845d8c.zip tcl-bb1eeada78e64c97e89d7bddf99cb8dcfe845d8c.tar.gz tcl-bb1eeada78e64c97e89d7bddf99cb8dcfe845d8c.tar.bz2 |
remove unneeded constraint
Diffstat (limited to 'tests/io.test')
-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 4257d51..04fa1d2 100644 --- a/tests/io.test +++ b/tests/io.test @@ -7347,7 +7347,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} { |