Index: tests/io.test ================================================================== --- tests/io.test +++ tests/io.test @@ -5675,14 +5675,11 @@ fconfigure $f -encoding utf-8 set x [read $f] 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 } -cleanup { close $f