From e10b5cb8b9d540f5ea378d7c705cd290d6c8156e Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 14 Jul 2023 15:59:12 +0000 Subject: [PATCH] Same fix in chanio.test --- tests/chanio.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/chanio.test b/tests/chanio.test index 5a793d6a9f8..e7a125bd820 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 {