summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-05-04 20:26:19 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-05-04 20:26:19 (GMT)
commitcc71607cb85a8d6266a40aad0c4b9bbe772efb35 (patch)
treea53d5287d50c68bae32378a283db190ac06c38ae /tests/chanio.test
parent405a0993845a2f20b043d32d6efe967b3c57a5e9 (diff)
downloadtcl-cc71607cb85a8d6266a40aad0c4b9bbe772efb35.zip
tcl-cc71607cb85a8d6266a40aad0c4b9bbe772efb35.tar.gz
tcl-cc71607cb85a8d6266a40aad0c4b9bbe772efb35.tar.bz2
Make some tests select an encoding profile instead of relying on the default.
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 29ef1e7..e5e74cb 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -1098,7 +1098,7 @@ test chan-io-7.3 {FilterInputBytes: split up character at EOF} -setup {
chan puts -nonewline $f "1234567890123\x82\x4F\x82\x50\x82"
chan close $f
set f [open $path(test1)]
- chan configure $f -encoding shiftjis
+ chan configure $f -encoding shiftjis -profile tcl8
lappend x [chan gets $f line] $line
lappend x [chan tell $f] [testchannel inputbuffered $f] [chan eof $f]
lappend x [chan gets $f line] $line