summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-18 07:32:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-18 07:32:43 (GMT)
commitb1ce77efec5ae88c40c52c8c2dfef2ec0120876f (patch)
treed79b1b35d05881a69d677c847399c574cc159ce4 /tests/ioCmd.test
parent57fd7d58a12e28ba76f2bafdf441d53fabf47cb0 (diff)
parent0cb480df70afc69c2a1637894dddd3f0b4e6d351 (diff)
downloadtcl-b1ce77efec5ae88c40c52c8c2dfef2ec0120876f.zip
tcl-b1ce77efec5ae88c40c52c8c2dfef2ec0120876f.tar.gz
tcl-b1ce77efec5ae88c40c52c8c2dfef2ec0120876f.tar.bz2
merge trunk
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 ff93719..8d35ec7 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -639,7 +639,7 @@ test iocmd-15.9 {Tcl_FcopyObjCmd} {fcopy} {
} "1 {channel \"$rfile\" wasn't opened for writing}"
test iocmd-15.10 {Tcl_FcopyObjCmd} {fcopy} {
list [catch {fcopy $rfile $wfile foo bar} msg] $msg
-} {1 {bad switch "foo": must be -size or -command}}
+} {1 {bad option "foo": must be -size or -command}}
test iocmd-15.11 {Tcl_FcopyObjCmd} {fcopy} {
list [catch {fcopy $rfile $wfile -size foo} msg] $msg
} {1 {expected integer but got "foo"}}