summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-12 11:28:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-12 11:28:00 (GMT)
commited8932a4eb542d1b5ce5714f89769865faacdefc (patch)
tree60b25491be6c6e9238acdd064605aca62dcf0b8a /tests/io.test
parent21388fa31e1099692f83009f664791387f2c387d (diff)
parentb7f151f1268d4b49953da193f135d52e6e52f841 (diff)
downloadtcl-ed8932a4eb542d1b5ce5714f89769865faacdefc.zip
tcl-ed8932a4eb542d1b5ce5714f89769865faacdefc.tar.gz
tcl-ed8932a4eb542d1b5ce5714f89769865faacdefc.tar.bz2
Merge 8.7
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 2744d3b..f15d958 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -5541,7 +5541,7 @@ test io-38.3 {Tcl_SetChannelBufferSize, changing buffersize between reads} {
# This test crashes the interp if Bug #427196 is not fixed
set chan [open [info script] r]
- fconfigure $chan -buffersize 10
+ fconfigure $chan -buffersize 10 -encoding utf-8
set var [read $chan 2]
fconfigure $chan -buffersize 32
append var [read $chan]