Skip to content

Commit 4b495d4

Browse files
committed
Clean up test accessibility test failure on XQuartz and X11
1 parent 8634445 commit 4b495d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tk.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ testConstraint testprintf [llength [info command testprintf]]
3535
test tk-1.1 {tk command: general} -body {
3636
tk
3737
} -returnCodes error -result {wrong # args: should be "tk subcommand ?arg ...?"}
38-
test tk-1.2 {tk command: general} -constraints failsOnQuartz -body {
38+
test tk-1.2 {tk command: general} -constraints {aquaOrWin32 failsOnXQuartz} -body {
3939
tk xyz
4040
} -returnCodes error -result {unknown or ambiguous subcommand "xyz": must be accessible, appname, attribtable, busy, caret, fontchooser, inactive, print, scaling, sysnotify, systray, useinputmethods, or windowingsystem}
4141

0 commit comments

Comments
 (0)