From 912145cd321069c4264670a32fe438f43b29d393 Mon Sep 17 00:00:00 2001 From: oehhar Date: Fri, 3 Nov 2023 21:27:26 +0000 Subject: Rename test io-75.9. Current name seams to be a left-over --- tests/io.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12