Skip to content

Commit

Permalink
Same fix in chanio.test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Jul 14, 2023
1 parent 88dd8c1 commit e10b5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/chanio.test
Original file line number Diff line number Diff line change
Expand Up @@ -6877,9 +6877,10 @@ test chan-io-52.10 {TclCopyChannel & encodings} -constraints {fcopy} -body {
# -translation binary is also -encoding binary
chan configure $out -translation binary
chan copy $in $out
file size $path(utf8-fcopy.txt)
} -cleanup {
chan close $in
chan close $out
file size $path(utf8-fcopy.txt)
} -returnCodes 1 -match glob -result {error writing "*":\
invalid or incomplete multibyte or wide character}
test chan-io-52.11 {TclCopyChannel & encodings} -setup {
Expand Down

0 comments on commit e10b5cb

Please sign in to comment.