summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-23 08:04:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-23 08:04:02 (GMT)
commitc615f910f763b29ccdf8449db35e737da7f18057 (patch)
tree8af65a09253a5df6437127b774bdf1fbf593c0aa /tests
parenta1c17947a68b03c30749dc651fe7fa0d1712ada8 (diff)
downloadtcl-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.test2
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