summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2022-09-12 10:47:30 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2022-09-12 10:47:30 (GMT)
commitf5846ef8f5f21d1aad31894ecee56c0c5cd5c3c1 (patch)
treea19618a056051e6a2c862414758f9731637f2f54 /tests/io.test
parent74efc2944882b5bd6d2835d3759035ee13f4ea87 (diff)
downloadtcl-f5846ef8f5f21d1aad31894ecee56c0c5cd5c3c1.zip
tcl-f5846ef8f5f21d1aad31894ecee56c0c5cd5c3c1.tar.gz
tcl-f5846ef8f5f21d1aad31894ecee56c0c5cd5c3c1.tar.bz2
TIP633 fconfigure -strictencoding: implement write -strictencoding 0.
Diffstat (limited to 'tests/io.test')
-rw-r--r--tests/io.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test
index aeec781..dbb74f0 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -9014,7 +9014,7 @@ test io-75.4 {multibyte encoding error read results in raw bytes (-strictencodin
flush $f
seek $f 0
fconfigure $f -encoding utf-8 -buffering none
-} -constraints knownBug -body {
+} -body {
read $f
} -cleanup {
close $f