summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
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 {