diff options
author | ashok <ashok> | 2016-07-09 14:30:54 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-07-09 14:30:54 (GMT) |
commit | 39488ce3ef11fcbac48bd3c7e35b3ba3fb80c2de (patch) | |
tree | 52ec987e03e478a467edd2b8f4f76845a24cdc7b /tests/cmdAH.test | |
parent | 9130b29ef9ede2cafefe32403248930ba6f94dee (diff) | |
download | tcl-39488ce3ef11fcbac48bd3c7e35b3ba3fb80c2de.zip tcl-39488ce3ef11fcbac48bd3c7e35b3ba3fb80c2de.tar.gz tcl-39488ce3ef11fcbac48bd3c7e35b3ba3fb80c2de.tar.bz2 |
Fix missing constraints for Windows-specific tests
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r-- | tests/cmdAH.test | 4 |
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 |