summaryrefslogtreecommitdiffstats
path: root/tests/focus.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/focus.test')
-rw-r--r--tests/focus.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/focus.test b/tests/focus.test
index 62e00c8..7a35aa4 100644
--- a/tests/focus.test
+++ b/tests/focus.test
@@ -13,7 +13,7 @@ tcltest::loadTestedCommands
button .b -text .b -relief raised -bd 2
pack .b
-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)]}]
proc focusSetup {} {
catch {destroy .t}