summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-21 17:21:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-21 17:21:33 (GMT)
commit9291cbb6cff77ebc2cf69a3dd043e3c6e903a9e1 (patch)
tree683389432084f91d60289d4894b6b241da31d413 /tests/ioCmd.test
parent94dfe618324528ce4f35329fdbc6ce05dae2f801 (diff)
parent4f5ae9bf24ee4d8e6a6ef358b0e0b8de76968a2e (diff)
downloadtcl-9291cbb6cff77ebc2cf69a3dd043e3c6e903a9e1.zip
tcl-9291cbb6cff77ebc2cf69a3dd043e3c6e903a9e1.tar.gz
tcl-9291cbb6cff77ebc2cf69a3dd043e3c6e903a9e1.tar.bz2
Merge 9.0
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 8a68559..530c700 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -369,7 +369,7 @@ test iocmd-8.20 {fconfigure command / win console channel} -constraints {nonPort
# TODO: Test parsing of serial channel options (nonPortable, since requires an
# open channel to work with).
-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}