summaryrefslogtreecommitdiffstats
path: root/tests/winfo.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 09:52:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-23 09:52:04 (GMT)
commitd859ef4d99e212a50d0a3917627f280ab14afe5f (patch)
tree41f9bfc342c2835bd37aee3e96d54cbfbade2f3b /tests/winfo.test
parente9d7f9d1730091e1812d22b78bf67f1c41d1bd50 (diff)
parent3acc3fa16194242d5c2699b32871a3e91c1595be (diff)
downloadtk-d859ef4d99e212a50d0a3917627f280ab14afe5f.zip
tk-d859ef4d99e212a50d0a3917627f280ab14afe5f.tar.gz
tk-d859ef4d99e212a50d0a3917627f280ab14afe5f.tar.bz2
Merge 8.5
Diffstat (limited to 'tests/winfo.test')
-rw-r--r--tests/winfo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winfo.test b/tests/winfo.test
index b50c70a..591eb29 100644
--- a/tests/winfo.test
+++ b/tests/winfo.test
@@ -11,7 +11,7 @@ namespace import ::tcltest::*
tcltest::configure {*}$argv
tcltest::loadTestedCommands
-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" }]
# eatColors --