summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-27 13:33:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-27 13:33:10 (GMT)
commit2a8ceac88856d04e3da9842fa65cf1982733bf72 (patch)
tree4b53bfb3a795c4b7caf6b13d64aa374b25fb86b2 /tests/ioCmd.test
parentdac15673b885ae2bd565897a338f47ed040db3d6 (diff)
downloadtcl-2a8ceac88856d04e3da9842fa65cf1982733bf72.zip
tcl-2a8ceac88856d04e3da9842fa65cf1982733bf72.tar.gz
tcl-2a8ceac88856d04e3da9842fa65cf1982733bf72.tar.bz2
Fix [8e2d10698b]: ioCmd.test tests need updates for -eofchar changes
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index c8daa96..9e53201 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -2905,7 +2905,7 @@ test iocmd.tf-25.1 {chan configure, cgetall, standard options} -match glob -body
rename foo {}
set res
} -constraints {testchannel thread} \
- -result {{-blocking 1 -buffering full -buffersize 4096 -encoding * -eofchar {{} {}} * -translation {auto *}}}
+ -result {{-blocking 1 -buffering full -buffersize 4096 -encoding * -eofchar {} * -translation {auto *}}}
test iocmd.tf-25.2 {chan configure, cgetall, no options} -match glob -body {
set res {}
proc foo {args} {oninit cget cgetall; onfinal; track; return ""}
@@ -2918,7 +2918,7 @@ test iocmd.tf-25.2 {chan configure, cgetall, no options} -match glob -body {
rename foo {}
set res
} -constraints {testchannel thread} \
- -result {{cgetall rc*} {-blocking 1 -buffering full -buffersize 4096 -encoding * -eofchar {{} {}} * -translation {auto *}}}
+ -result {{cgetall rc*} {-blocking 1 -buffering full -buffersize 4096 -encoding * -eofchar {} * -translation {auto *}}}
test iocmd.tf-25.3 {chan configure, cgetall, regular result} -match glob -body {
set res {}
proc foo {args} {
@@ -2934,7 +2934,7 @@ test iocmd.tf-25.3 {chan configure, cgetall, regular result} -match glob -body {
rename foo {}
set res
} -constraints {testchannel thread} \
- -result {{cgetall rc*} {-blocking 1 -buffering full -buffersize 4096 -encoding * -eofchar {{} {}} * -translation {auto *} -bar foo -snarf x}}
+ -result {{cgetall rc*} {-blocking 1 -buffering full -buffersize 4096 -encoding * -eofchar {} * -translation {auto *} -bar foo -snarf x}}
test iocmd.tf-25.4 {chan configure, cgetall, bad result, list of uneven length} -match glob -body {
set res {}
proc foo {args} {