diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-09 15:36:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-09 15:36:21 (GMT) |
commit | 00b8a9b7dca2e057f57acf088bb0792edc77769a (patch) | |
tree | 5848f45febe315b27140b5a80e3ea3cf164db06a /tests/oldpack.test | |
parent | 931890373392ee479b548c0c334b508b41e27aa9 (diff) | |
parent | c0cbf2de196d27643e7267a53c37d4bf4810ffef (diff) | |
download | tk-00b8a9b7dca2e057f57acf088bb0792edc77769a.zip tk-00b8a9b7dca2e057f57acf088bb0792edc77769a.tar.gz tk-00b8a9b7dca2e057f57acf088bb0792edc77769a.tar.bz2 |
Update documentation, and final tweaks for TIP #581
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"} |