diff options
Diffstat (limited to 'tests/oldpack.test')
-rw-r--r-- | tests/oldpack.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oldpack.test b/tests/oldpack.test index 9b67628..46b3111 100644 --- a/tests/oldpack.test +++ b/tests/oldpack.test @@ -452,10 +452,10 @@ test oldpack-8.2 {syntax errors} -body { } -returnCodes error -result {wrong # args: should be "pack option arg ?arg ...?"} test oldpack-8.3 {syntax errors} -body { pack gorp foo -} -returnCodes error -result {bad option "gorp": must be configure, content, forget, info, propagate, or slaves} +} -returnCodes error -match glob -result {bad option "gorp": must be configure, content, forget, info, *propagate*} test oldpack-8.4 {syntax errors} -body { pack a .pack -} -returnCodes error -result {bad option "a": must be configure, content, forget, info, propagate, or slaves} +} -returnCodes error -match glob -result {bad option "a": must be configure, content, forget, info, *propagate*} test oldpack-8.5 {syntax errors} -body { pack after foobar } -returnCodes error -result {bad window path name "foobar"} |