summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-28 07:15:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-28 07:15:41 (GMT)
commit2445b5d59b9be7e5caff9a3e283c06e9803f6ed0 (patch)
tree87e255f52af32763a29184eb01defa1413dc5fce /tests/chanio.test
parent9d87e5b6161eed907b2c543665875b7ce70281a4 (diff)
parentdca79c0aca81f925e14c9033413a4550bfadb3d4 (diff)
downloadtcl-2445b5d59b9be7e5caff9a3e283c06e9803f6ed0.zip
tcl-2445b5d59b9be7e5caff9a3e283c06e9803f6ed0.tar.gz
tcl-2445b5d59b9be7e5caff9a3e283c06e9803f6ed0.tar.bz2
Merge 8.7
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 ee6133e..09e71ca 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -7580,7 +7580,7 @@ test chan-io-60.1 {writing illegal utf sequences} {fileevent testbytestring} {
# cut of the remainder of the error stack, especially the filename
set result [lreplace $result 3 3 [lindex [split [lindex $result 3] \n] 0]]
list $x $result
-} {1 {gets {} catch {error writing "stdout": illegal byte sequence}}}
+} {1 {gets {} catch {error writing "stdout": invalid or incomplete multibyte or wide character}}}
test chan-io-61.1 {Reset eof state after changing the eof char} -setup {
set datafile [makeFile {} eofchar]