summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2008-07-21 21:12:49 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2008-07-21 21:12:49 (GMT)
commitca32e49e84dd1c4b6f27fac6eb8a747cd699d864 (patch)
treed3a94033ea6c39e16a089ce6cd9e160555542c68 /tests/ioCmd.test
parent4ca6151924c3e7338fb1cdca30d81430477673f8 (diff)
downloadtcl-ca32e49e84dd1c4b6f27fac6eb8a747cd699d864.zip
tcl-ca32e49e84dd1c4b6f27fac6eb8a747cd699d864.tar.gz
tcl-ca32e49e84dd1c4b6f27fac6eb8a747cd699d864.tar.bz2
Resync with recent ?arg ...? normalization
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 101f2fb..a38158e 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: ioCmd.test,v 1.46 2008/07/21 21:02:19 ferrieux Exp $
+# RCS: @(#) $Id: ioCmd.test,v 1.47 2008/07/21 21:12:49 ferrieux Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -637,7 +637,7 @@ close $wfile
test iocmd-20.0 {chan, wrong#args} {
catch {chan} msg
set msg
-} {wrong # args: should be "chan subcommand ?argument ...?"}
+} {wrong # args: should be "chan subcommand ?arg ...?"}
test iocmd-20.1 {chan, unknown method} -body {
chan foo
} -returnCodes error -match glob -result {unknown or ambiguous subcommand "foo": must be *}