diff options
Diffstat (limited to 'tests/place.test')
-rw-r--r-- | tests/place.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/place.test b/tests/place.test index 9408b72..5813ac5 100644 --- a/tests/place.test +++ b/tests/place.test @@ -13,7 +13,7 @@ tcltest::loadTestedCommands # Used for constraining memory leak tests testConstraint memory [llength [info commands memory]] -testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}] +testConstraint failsOnUbuntu [expr {![info exists ::env(CI)] || ![string match Linux $::tcl_platform(os)]}] testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }] # XXX - This test file is woefully incomplete. At present, only a |