diff options
author | dgp <dgp@users.sourceforge.net> | 2023-03-20 16:39:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2023-03-20 16:39:06 (GMT) |
commit | 8133df3b6d12fd4fa798c7917979517d34f97996 (patch) | |
tree | a428444bba4bc81c1f1cdb79299047dc0355cd1d | |
parent | 5319a7d93f431d1921f3c93112027d79e43b988a (diff) | |
download | tcl-8133df3b6d12fd4fa798c7917979517d34f97996.zip tcl-8133df3b6d12fd4fa798c7917979517d34f97996.tar.gz tcl-8133df3b6d12fd4fa798c7917979517d34f97996.tar.bz2 |
Duplicate test name
-rw-r--r-- | tests/ioCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test index aeb9f87..61b3bdd 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -390,7 +390,7 @@ test iocmd-8.22 {fconfigure command / -nocomplainencoding 0, no error if -strict } -result 0 -test iocmd-8.21 {fconfigure -profile badprofile} -body { +test iocmd-8.23 {fconfigure -profile badprofile} -body { fconfigure stdin -profile froboz } -returnCodes error -result {bad profile name "froboz": must be replace, strict, or tcl8} |