From 4dcd70c967a3cecc535854cfe982c8180ffdf30a Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 22 Mar 2023 21:11:12 +0000 Subject: Remove knownProfileBug constraint: this is already fixed --- tests/io.test | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/io.test b/tests/io.test index 58d276b..a085976 100644 --- a/tests/io.test +++ b/tests/io.test @@ -5677,10 +5677,7 @@ test io-39.15 {Tcl_SetChannelOption: -encoding, binary & utf-8} { close $f set x } 牦 -# Remove knownProfileBug constraint below post TIP656- TODO -test io-39.16 {Tcl_SetChannelOption: -encoding (shortened to "-en"), errors} -constraints { - knownProfileBug -} -body { +test io-39.16 {Tcl_SetChannelOption: -encoding (shortened to "-en"), errors} -body { file delete $path(test1) set f [open $path(test1) w] fconfigure $f -en foobar -- cgit v0.12