summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-07-14 15:59:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-07-14 15:59:12 (GMT)
commite10b5cb8b9d540f5ea378d7c705cd290d6c8156e (patch)
tree3f447300b49f33c2cb3fc34027a5750ef19b288d
parent88dd8c191144dcad7cbdf74bf67739e19adb4e52 (diff)
downloadtcl-e10b5cb8b9d540f5ea378d7c705cd290d6c8156e.zip
tcl-e10b5cb8b9d540f5ea378d7c705cd290d6c8156e.tar.gz
tcl-e10b5cb8b9d540f5ea378d7c705cd290d6c8156e.tar.bz2
Same fix in chanio.test
-rw-r--r--tests/chanio.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 5a793d6..e7a125b 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -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 {