summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-28 15:50:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-28 15:50:31 (GMT)
commit7854b03fa24860adf7082f472121cac91444e69a (patch)
treee185c2f99f6155cc6afccdd50d6f28d87eafc197 /tests/ioCmd.test
parent2445b5d59b9be7e5caff9a3e283c06e9803f6ed0 (diff)
downloadtcl-7854b03fa24860adf7082f472121cac91444e69a.zip
tcl-7854b03fa24860adf7082f472121cac91444e69a.tar.gz
tcl-7854b03fa24860adf7082f472121cac91444e69a.tar.bz2
Fix iocmd-12.11 testcase
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 399fd95..89c6e76 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -500,7 +500,7 @@ test iocmd-12.11 {POSIX open access modes: BINARY} -body {
puts $f Ɉ ;# throws an exception
} -cleanup {
close $f
-} -returnCodes 1 -match glob -result {error writing "*": illegal byte sequence}
+} -returnCodes 1 -match glob -result {error writing "*": invalid or incomplete multibyte or wide character}
test iocmd-12.12 {POSIX open access modes: BINARY} {
set f [open $path(test1) {WRONLY BINARY TRUNC}]
puts $f H