summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-03-10 13:45:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-03-10 13:45:01 (GMT)
commit21388fa31e1099692f83009f664791387f2c387d (patch)
treeed663ab4f5cbb89b40da47d742ca2e7ff957bf17 /tests/io.test
parent494b4c8127e703f7b20f85dbb342921e36a8b557 (diff)
parent0951d3f692e2113c02aff5d32d4b274c87bf8233 (diff)
downloadtcl-21388fa31e1099692f83009f664791387f2c387d.zip
tcl-21388fa31e1099692f83009f664791387f2c387d.tar.gz
tcl-21388fa31e1099692f83009f664791387f2c387d.tar.bz2
merge 8.7
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 96fa868..2744d3b 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -5755,7 +5755,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