summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-03-20 16:39:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-03-20 16:39:06 (GMT)
commit8133df3b6d12fd4fa798c7917979517d34f97996 (patch)
treea428444bba4bc81c1f1cdb79299047dc0355cd1d /tests/ioCmd.test
parent5319a7d93f431d1921f3c93112027d79e43b988a (diff)
downloadtcl-8133df3b6d12fd4fa798c7917979517d34f97996.zip
tcl-8133df3b6d12fd4fa798c7917979517d34f97996.tar.gz
tcl-8133df3b6d12fd4fa798c7917979517d34f97996.tar.bz2
Duplicate test name
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test2
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}