summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}