Skip to content

Commit 6f67b11

Browse files
committed
Fix for [4535035519]
2 parents fed0614 + 9c5d8c5 commit 6f67b11

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)