summaryrefslogtreecommitdiffstats
path: root/tests/pid.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-06-20 07:44:32 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-06-20 07:44:32 (GMT)
commit9038be71689c29925523fd32cc310e21f86b322b (patch)
treebcc7064efa50ae367f8843e46d36b864e91b24af /tests/pid.test
parent225ef804344932ca5821a0d55cf4c81cf16b22da (diff)
parent9c1dcb7e7bc68176305cca1d51cbba6e25a82e61 (diff)
downloadtcl-9038be71689c29925523fd32cc310e21f86b322b.zip
tcl-9038be71689c29925523fd32cc310e21f86b322b.tar.gz
tcl-9038be71689c29925523fd32cc310e21f86b322b.tar.bz2
Merge trunk
Diffstat (limited to 'tests/pid.test')
-rw-r--r--tests/pid.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pid.test b/tests/pid.test
index 3f62457..5abbe1f 100644
--- a/tests/pid.test
+++ b/tests/pid.test
@@ -47,7 +47,7 @@ test pid-1.3 {pid command} -constraints pidDefined -setup {
} -result {}
test pid-1.4 {pid command} pidDefined {
list [catch {pid a b} msg] $msg
-} {1 {wrong # args: should be "pid ?channelId?"}}
+} {1 {wrong # args: should be "pid ?channel?"}}
test pid-1.5 {pid command} pidDefined {
list [catch {pid gorp} msg] $msg
} {1 {can not find channel named "gorp"}}