summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-03-10 13:33:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-03-10 13:33:19 (GMT)
commit0951d3f692e2113c02aff5d32d4b274c87bf8233 (patch)
treeb87b3a20cfb066e0134c09146509f4df86ea26d8 /tests/io.test
parent962d8aed898ef50225a8a2022c6b63bbbea8f86d (diff)
parent93bf87ed859e04b2fc9b197239ad6838e761e85d (diff)
downloadtcl-0951d3f692e2113c02aff5d32d4b274c87bf8233.zip
tcl-0951d3f692e2113c02aff5d32d4b274c87bf8233.tar.gz
tcl-0951d3f692e2113c02aff5d32d4b274c87bf8233.tar.bz2
merge 8.6
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test
index a910d5b..e762bba 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -5690,7 +5690,7 @@ test io-39.16a {Tcl_SetChannelOption: -encoding (invalid shortening to "-e"), er
fconfigure $f -e foobar
} -cleanup {
close $f
-} -returnCodes 1 -result {bad option "-e": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, or -translation}
+} -returnCodes 1 -match glob -result {bad option "-e": should be one of *}
test io-39.17 {Tcl_SetChannelOption: -encoding, clearing CHANNEL_NEED_MORE_DATA} {stdio fileevent} {
set f [open "|[list [interpreter] $path(cat)]" r+]
fconfigure $f -encoding binary