diff options
Diffstat (limited to 'tests/winDde.test')
-rw-r--r-- | tests/winDde.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winDde.test b/tests/winDde.test index 421578b..9d15357 100644 --- a/tests/winDde.test +++ b/tests/winDde.test @@ -24,7 +24,7 @@ if {[testConstraint win]} { testConstraint dde 1 } } -testConstraint notWine [expr {$::tcl_platform(platform) ne "windows" || ![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}] +testConstraint notWine [expr {![info exists ::env(CI_USING_WINE)]}] # ------------------------------------------------------------------------- |