summaryrefslogtreecommitdiffstats
path: root/tests/tk.test
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2025-11-25 13:27:22 (GMT)
committerKevin Walzer <kw@codebykevin.com>2025-11-25 13:27:22 (GMT)
commit4b495d47f198954e9fccd7988d5a7665b18995a4 (patch)
tree28f0a0578d6d450272d61f4c544df53eb27f8588 /tests/tk.test
parent8634445893f66cedfe41970a91732a30e480ea86 (diff)
downloadtk-core-xquartz-linux-test.zip
tk-core-xquartz-linux-test.tar.gz
tk-core-xquartz-linux-test.tar.bz2
Clean up test accessibility test failure on XQuartz and X11core-xquartz-linux-test
Diffstat (limited to 'tests/tk.test')
-rw-r--r--tests/tk.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tk.test b/tests/tk.test
index 29fdf3e..6a316e4 100644
--- a/tests/tk.test
+++ b/tests/tk.test
@@ -35,7 +35,7 @@ testConstraint testprintf [llength [info command testprintf]]
test tk-1.1 {tk command: general} -body {
tk
} -returnCodes error -result {wrong # args: should be "tk subcommand ?arg ...?"}
-test tk-1.2 {tk command: general} -constraints failsOnQuartz -body {
+test tk-1.2 {tk command: general} -constraints {aquaOrWin32 failsOnXQuartz} -body {
tk xyz
} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be accessible, appname, attribtable, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}