aboutsummaryrefslogtreecommitdiff
path: root/tests/dict2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dict2.test')
-rw-r--r--tests/dict2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dict2.test b/tests/dict2.test
index f246a97..94ba605 100644
--- a/tests/dict2.test
+++ b/tests/dict2.test
@@ -24,7 +24,7 @@ proc dict-sort {dict} {
test dict-1.1 {dict command basic syntax} -returnCodes error -body {
dict
-} -match glob -result {wrong # args: should be "dict subcommand ?arg* ...?"}
+} -match glob -result {wrong # args: should be "dict command ..."*}
test dict-1.2 {dict command basic syntax} -returnCodes error -body {
dict ?
} -match glob -result *