diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-20 11:31:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-20 11:31:14 (GMT) |
commit | 2475fa8cb8310271c733ae65497746174c93a889 (patch) | |
tree | cf743c26fa7e0cdb7e4cd958bd0978f1fdf4222d /tests/io.test | |
parent | 921b0dfdeab784bd9d8f8071100db8156c48a1ae (diff) | |
parent | 5d63902332fb63571e32e9124190aa3f9c98526b (diff) | |
download | tcl-2475fa8cb8310271c733ae65497746174c93a889.zip tcl-2475fa8cb8310271c733ae65497746174c93a889.tar.gz tcl-2475fa8cb8310271c733ae65497746174c93a889.tar.bz2 |
Merge 8.7
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 538f554..7b96c51 100644 --- a/tests/io.test +++ b/tests/io.test @@ -1201,7 +1201,7 @@ test io-7.3 {FilterInputBytes: split up character at EOF} {testchannel} { lappend x [gets $f line] $line close $f set x -} [list 15 "123456789012301" 18 0 1 -1 ""] +} [list 15 "123456789012301" 17 1 1 -1 ""] test io-7.4 {FilterInputBytes: recover from split up character} {stdio fileevent} { set f [open "|[list [interpreter] $path(cat)]" w+] fconfigure $f -encoding binary -buffering none |