diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2020-11-16 10:06:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2020-11-16 10:06:20 (GMT) |
commit | dac1c2f4f24933af8d0514068a93e9808f74f886 (patch) | |
tree | a991af2d863a607119d5fe69403d203ff72d9513 /tests/winFile.test | |
parent | d8f5e027e28a3314d9bfbcb056cbe06cf4fe489d (diff) | |
parent | 106838de02ee97e81b6a945add9138eacbe2c7ba (diff) | |
download | tcl-dac1c2f4f24933af8d0514068a93e9808f74f886.zip tcl-dac1c2f4f24933af8d0514068a93e9808f74f886.tar.gz tcl-dac1c2f4f24933af8d0514068a93e9808f74f886.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/winFile.test')
-rw-r--r-- | tests/winFile.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winFile.test b/tests/winFile.test index 2c0988a..5e0731f 100644 --- a/tests/winFile.test +++ b/tests/winFile.test @@ -24,7 +24,7 @@ testConstraint notNTFS 0 if {[testConstraint testvolumetype]} { testConstraint notNTFS [expr {[testvolumetype] eq "NTFS"}] } -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)]}] test winFile-1.1 {TclpGetUserHome} -constraints {win} -body { glob ~nosuchuser |