diff options
Diffstat (limited to 'tests/pack.test')
-rw-r--r-- | tests/pack.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack.test b/tests/pack.test index 3ca2253..be607d2 100644 --- a/tests/pack.test +++ b/tests/pack.test @@ -1360,7 +1360,7 @@ test pack-12.46 {command options and errors} -setup { pack forget .pack.a .pack.b .pack.c .pack.d } -body { pack lousy .pack -} -returnCodes error -result {bad option "lousy": must be configure, forget, info, propagate, or slaves} +} -returnCodes error -result {bad option "lousy": must be configure, content, forget, info, propagate, or slaves} test pack-13.1 {window deletion} -setup { pack forget .pack.a .pack.b .pack.c .pack.d .pack.right .pack.bottom |