summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-16 14:31:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-16 14:31:39 (GMT)
commit7795886d4958ae36fecb7eeaf2514ce1dcf960dd (patch)
treed9b4a0e6805102de1f7e77ebb6a51da82b9eace3 /tests/fCmd.test
parent80a7fdbc9021b909938451f285dae0db0acd4161 (diff)
parentfe22db4eda2ba0aca32232f210b10c6a3caed7dd (diff)
downloadtcl-7795886d4958ae36fecb7eeaf2514ce1dcf960dd.zip
tcl-7795886d4958ae36fecb7eeaf2514ce1dcf960dd.tar.gz
tcl-7795886d4958ae36fecb7eeaf2514ce1dcf960dd.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 7a5b9fc..004392f 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.test
@@ -70,7 +70,8 @@ if {[testConstraint win]} {
if {$::tcl_platform(osVersion) >= 5.0} {
if {$::tcl_platform(osVersion) >= 10.0} {
testConstraint win10 1
- } elseif {$::tcl_platform(osVersion) >= 6.0} {
+ }
+ if {$::tcl_platform(osVersion) >= 6.0} {
testConstraint winVista 1
} else {
testConstraint win2000orXP 1