From 1203f8d384177cb7714b5c29f74a11ae459f6adc Mon Sep 17 00:00:00 2001 From: pooryorick Date: Mon, 3 Apr 2023 19:56:56 +0000 Subject: Fix typo in previous commit. --- tests/io.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/io.test b/tests/io.test index 22b7482..f7589ff 100644 --- a/tests/io.test +++ b/tests/io.test @@ -8311,7 +8311,7 @@ test io-53.12.1 { close $f1 set f1 [open "|[list [info nameofexecutable] $path(output)]" r+] try { - chan configure $f1 -encoding utf-6 -buffering none + chan configure $f1 -encoding utf-8 -buffering none puts -nonewline $f1 A set ch [read $f1 1] } finally { -- cgit v0.12