diff options
| -rw-r--r-- | tests/fCmd.test | 3 |
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 |
