summaryrefslogtreecommitdiffstats
path: root/tests/load.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/load.test')
-rw-r--r--tests/load.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/load.test b/tests/load.test
index 9536271..9e93915 100644
--- a/tests/load.test
+++ b/tests/load.test
@@ -65,7 +65,7 @@ test load-1.6 {basic errors} {} {
} {1 {package "Unknown" isn't loaded statically}}
test load-1.7 {basic errors} {} {
list [catch {load -abc foo} msg] $msg
-} "1 {bad option \"-abc\": must be -global, -lazy, or --}"
+} "1 {bad option \"-abc\": should be -global, -lazy, or --}"
test load-1.8 {basic errors} {} {
list [catch {load -global} msg] $msg
} "1 {couldn't figure out package name for -global}"