summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-04-03 19:56:56 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-04-03 19:56:56 (GMT)
commit1203f8d384177cb7714b5c29f74a11ae459f6adc (patch)
treee8b76bbc2bf6682415ac7f7aa706ce59cca28a6e
parent3e6eaa5776cbff53a13c50cbf5592e65307bd6bb (diff)
downloadtcl-1203f8d384177cb7714b5c29f74a11ae459f6adc.zip
tcl-1203f8d384177cb7714b5c29f74a11ae459f6adc.tar.gz
tcl-1203f8d384177cb7714b5c29f74a11ae459f6adc.tar.bz2
Fix typo in previous commit.
-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 {