summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-31 08:51:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-31 08:51:37 (GMT)
commitec84d91a805145aa911a00d4b5f53a8e4513276d (patch)
tree31b731828830c63fb6a6dc6e5d32cc74dc5df7f3 /tests/cmdAH.test
parentd4d4aa830739f769c305b523fc4c7000c451845e (diff)
parent3ab4e9ca24a8f7e98e3f7e3040130ba4e3caf2dc (diff)
downloadtcl-ec84d91a805145aa911a00d4b5f53a8e4513276d.zip
tcl-ec84d91a805145aa911a00d4b5f53a8e4513276d.tar.gz
tcl-ec84d91a805145aa911a00d4b5f53a8e4513276d.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r--tests/cmdAH.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index 9dbe832..b15c77d 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.test
@@ -30,6 +30,7 @@ testConstraint linkDirectory [expr {
($::tcl_platform(osVersion) >= 5.0
&& [lindex [file system [temporaryDirectory]] 1] eq "NTFS")
}]
+testConstraint knownMsvcBug [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match windows $::env(TRAVIS_OS_NAME)]}]
global env
set cmdAHwd [pwd]
@@ -1328,7 +1329,7 @@ test cmdAH-25.2.1 {Tcl_FileObjCmd: owned} -constraints unix -setup {
test cmdAH-25.3 {Tcl_FileObjCmd: owned} {unix notRoot} {
file owned /
} 0
-test cmdAH-25.3.1 {Tcl_FileObjCmd: owned} -constraints win -body {
+test cmdAH-25.3.1 {Tcl_FileObjCmd: owned} -constraints {win knownMsvcBug} -body {
file owned $env(windir)
} -result 0
test cmdAH-25.4 {Tcl_FileObjCmd: owned} -body {