diff options
Diffstat (limited to 'tests/registry.test')
| -rw-r--r-- | tests/registry.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/registry.test b/tests/registry.test index dbf4575..c1673b5 100644 --- a/tests/registry.test +++ b/tests/registry.test @@ -24,7 +24,7 @@ if {[testConstraint win]} { testConstraint reg 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)]}] # determine the current locale testConstraint english [expr { |
