diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 11:53:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-23 11:53:18 (GMT) |
commit | 0c3a4de6a4f8673462f7a088e137ed3cec21db9b (patch) | |
tree | ef52f84fafb4d5b971b476c25df9abff835353ff /tests/wm.test | |
parent | 312c28a7e5012e1bd4a62f648fd7a24fbe1f83fb (diff) | |
parent | 3ca52101ac1c6e7bcea873f2a7f86f17fac16662 (diff) | |
download | tk-0c3a4de6a4f8673462f7a088e137ed3cec21db9b.zip tk-0c3a4de6a4f8673462f7a088e137ed3cec21db9b.tar.gz tk-0c3a4de6a4f8673462f7a088e137ed3cec21db9b.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/wm.test')
-rw-r--r-- | tests/wm.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wm.test b/tests/wm.test index 5fd5ee1..c914f16 100644 --- a/tests/wm.test +++ b/tests/wm.test @@ -27,7 +27,7 @@ proc stdWindow {} { update } -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" }] # [raise] and [lower] may return before the window manager has completed the |