diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/constraints.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl index 19013ec..6219004 100644 --- a/tests/constraints.tcl +++ b/tests/constraints.tcl @@ -144,8 +144,7 @@ namespace eval tk { namespace import -force tk::test::* namespace import -force tcltest::testConstraint - -testConstraint userInteraction [expr {[tk windowingsystem] ne "aqua"}] +testConstraint notAqua [expr {[tk windowingsystem] ne "aqua"}] testConstraint userInteraction 0 testConstraint nonUnixUserInteraction [expr { [testConstraint userInteraction] || [testConstraint unix] |