summaryrefslogtreecommitdiffstats
path: root/tests/focus.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 11:53:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 11:53:18 (GMT)
commit0c3a4de6a4f8673462f7a088e137ed3cec21db9b (patch)
treeef52f84fafb4d5b971b476c25df9abff835353ff /tests/focus.test
parent312c28a7e5012e1bd4a62f648fd7a24fbe1f83fb (diff)
parent3ca52101ac1c6e7bcea873f2a7f86f17fac16662 (diff)
downloadtk-0c3a4de6a4f8673462f7a088e137ed3cec21db9b.zip
tk-0c3a4de6a4f8673462f7a088e137ed3cec21db9b.tar.gz
tk-0c3a4de6a4f8673462f7a088e137ed3cec21db9b.tar.bz2
Merge 8.6
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 626576d..8d705a5 100644
--- a/tests/focus.test
+++ b/tests/focus.test
@@ -11,7 +11,7 @@ eval tcltest::configure $argv
tcltest::loadTestedCommands
namespace import -force tcltest::test
-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" }]
proc focusSetup {} {