diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-23 08:04:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-23 08:04:02 (GMT) |
commit | c615f910f763b29ccdf8449db35e737da7f18057 (patch) | |
tree | 8af65a09253a5df6437127b774bdf1fbf593c0aa /tests | |
parent | a1c17947a68b03c30749dc651fe7fa0d1712ada8 (diff) | |
download | tcl-c615f910f763b29ccdf8449db35e737da7f18057.zip tcl-c615f910f763b29ccdf8449db35e737da7f18057.tar.gz tcl-c615f910f763b29ccdf8449db35e737da7f18057.tar.bz2 |
Missing constraint, in case we are running on Windows 10 in developer mode
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test index 61c9b5d..f175e41 100644 --- a/tests/fCmd.test +++ b/tests/fCmd.test @@ -2360,7 +2360,7 @@ test fCmd-28.7 {file link: source already exists} -setup { cd [workingDirectory] } -result {could not create new link "abc.file": that path already exists} # In Windows 10 developer mode, we _can_ create symbolic links to files! -test fCmd-28.8 {file link} -constraints {linkFile} -setup { +test fCmd-28.8 {file link} -constraints {linkFile winLessThan10} -setup { cd [temporaryDirectory] } -body { file link -symbolic abc.link abc.file |