summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorashok <ashok>2016-07-09 14:30:54 (GMT)
committerashok <ashok>2016-07-09 14:30:54 (GMT)
commit25f7d3b86e41d2ba566960340642bb816ecfd7e8 (patch)
tree52ec987e03e478a467edd2b8f4f76845a24cdc7b /tests
parent464153fecd8fc19c3fffea23647beda104f50df0 (diff)
downloadtcl-25f7d3b86e41d2ba566960340642bb816ecfd7e8.zip
tcl-25f7d3b86e41d2ba566960340642bb816ecfd7e8.tar.gz
tcl-25f7d3b86e41d2ba566960340642bb816ecfd7e8.tar.bz2
Fix missing constraints for Windows-specific tests
Diffstat (limited to 'tests')
-rw-r--r--tests/cmdAH.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index c74bddb..ef933cb 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.test
@@ -1433,13 +1433,13 @@ test cmdAH-28.12 {Tcl_FileObjCmd: stat} -setup {
} -cleanup {
removeFile $filename
} -result 1
-test cmdAH-28.13 {Tcl_FileObjCmd: stat (built-in Windows names)} -setup {
+test cmdAH-28.13 {Tcl_FileObjCmd: stat (built-in Windows names)} -constraints {win} -setup {
unset -nocomplain stat
} -body {
file stat con stat
lmap elem {atime ctime dev gid ino mode mtime nlink size type uid} {set stat($elem)}
} -result {0 0 -1 0 0 8630 0 0 0 characterSpecial 0}
-test cmdAH-28.13.1 {Tcl_FileObjCmd: stat (built-in Windows names)} -setup {
+test cmdAH-28.13.1 {Tcl_FileObjCmd: stat (built-in Windows names)} -constraints {win} -setup {
unset -nocomplain stat
} -body {
file stat [file join [temporaryDirectory] CON.txt] stat