summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 14:08:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-07-03 14:08:41 (GMT)
commit77c8868be4772aedccdcfa9fef6c7cc5c8c236d3 (patch)
tree3a4be535b173574a4dc8672800195e20cbe72935 /tests/chanio.test
parentee7499c2e3ad1818ced2a7f1dc7c11f9ad9d69c6 (diff)
downloadtcl-77c8868be4772aedccdcfa9fef6c7cc5c8c236d3.zip
tcl-77c8868be4772aedccdcfa9fef6c7cc5c8c236d3.tar.gz
tcl-77c8868be4772aedccdcfa9fef6c7cc5c8c236d3.tar.bz2
Fix testcase (broken by previous commit)
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 8115abb..fc8620f 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -1105,7 +1105,7 @@ test chan-io-7.3 {FilterInputBytes: split up character at EOF} -setup {
lappend x [chan gets $f line] $line
} -cleanup {
chan close $f
-} -result [list 16 "123456789012301\x83" 18 0 1 -1 ""]
+} -result [list 16 "123456789012301\x82" 18 0 1 -1 ""]
test chan-io-7.4 {FilterInputBytes: recover from split up character} -setup {
variable x ""
} -constraints {stdio fileevent} -body {