summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-14 07:50:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-14 07:50:35 (GMT)
commit4f488601024535ea70574508687eb8d9662ea906 (patch)
tree763624a8b74ae5e2afbdd3b67a9910f09739aec2 /tests
parent122b0d685c87488e83dcc00b5deaf06424b522f8 (diff)
parent9f8f3f41603d986e304aac2f5f2d85bd02606d49 (diff)
downloadtk-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.test2
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]