diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-14 07:50:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-14 07:50:35 (GMT) |
commit | 4f488601024535ea70574508687eb8d9662ea906 (patch) | |
tree | 763624a8b74ae5e2afbdd3b67a9910f09739aec2 /tests | |
parent | 122b0d685c87488e83dcc00b5deaf06424b522f8 (diff) | |
parent | 9f8f3f41603d986e304aac2f5f2d85bd02606d49 (diff) | |
download | tk-4f488601024535ea70574508687eb8d9662ea906.zip tk-4f488601024535ea70574508687eb8d9662ea906.tar.gz tk-4f488601024535ea70574508687eb8d9662ea906.tar.bz2 |
Merge 8.7. Fix test-case tk-1.2, which is failing on Travis
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tk.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tk.test b/tests/tk.test index 45690ce..481e9b3 100644 --- a/tests/tk.test +++ b/tests/tk.test @@ -17,7 +17,7 @@ test tk-1.1 {tk command: general} -body { } -returnCodes error -result {wrong # args: should be "tk subcommand ?arg ...?"} test tk-1.2 {tk command: general} -body { tk xyz -} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, busy, caret, fontchooser, inactive, scaling, useinputmethods, or windowingsystem} +} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be appname, busy, caret, fontchooser, inactive, scaling, sysnotify, systray, useinputmethods, or windowingsystem} # Value stored to restore default settings after 2.* tests set appname [tk appname] |