summaryrefslogtreecommitdiffstats
path: root/tests/io.test
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2023-11-03 21:27:26 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2023-11-03 21:27:26 (GMT)
commit912145cd321069c4264670a32fe438f43b29d393 (patch)
tree3d197863f7b049ee5d9e4008721d3c4224374de3 /tests/io.test
parente6814e9d2698fb5d4b59d8e9da121f8683b70693 (diff)
downloadtcl-912145cd321069c4264670a32fe438f43b29d393.zip
tcl-912145cd321069c4264670a32fe438f43b29d393.tar.gz
tcl-912145cd321069c4264670a32fe438f43b29d393.tar.bz2
Rename test io-75.9. Current name seams to be a left-over
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 6d985ee..ccad9c7 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -9298,7 +9298,7 @@ test io-strict-multibyte-eof {
} -match glob -result {1 {error reading "*":\
invalid or incomplete multibyte or wide character}}
-test io-75.9 {unrepresentable character write passes and is replaced by ?} -setup {
+test io-75.9 {unrepresentable character write throws error in strict profile} -setup {
set fn [makeFile {} io-75.9]
set f [open $fn w+]
fconfigure $f -encoding iso8859-1 -profile strict