Skip to content

Commit e10b5cb

Browse files
author
dgp
committed
Same fix in chanio.test
1 parent 88dd8c1 commit e10b5cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/chanio.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6877,9 +6877,10 @@ test chan-io-52.10 {TclCopyChannel & encodings} -constraints {fcopy} -body {
68776877
# -translation binary is also -encoding binary
68786878
chan configure $out -translation binary
68796879
chan copy $in $out
6880+
file size $path(utf8-fcopy.txt)
6881+
} -cleanup {
68806882
chan close $in
68816883
chan close $out
6882-
file size $path(utf8-fcopy.txt)
68836884
} -returnCodes 1 -match glob -result {error writing "*":\
68846885
invalid or incomplete multibyte or wide character}
68856886
test chan-io-52.11 {TclCopyChannel & encodings} -setup {

0 commit comments

Comments
 (0)