Skip to content

Commit

Permalink
Fix [dd54ac5323]: fileSystem.test: Set moreThanOneDrive constraint co…
Browse files Browse the repository at this point in the history
…rrectly
  • Loading branch information
jan.nijtmans committed Sep 21, 2023
1 parent 8c63cf8 commit ed32508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fileSystem.test
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ apply {{} {
lappend drives $vol
}
}
testConstraint moreThanOneDrive [llength $drives]
testConstraint moreThanOneDrive [expr {[llength $drives] > 1}]
} finally {
cd $dir
}
Expand Down

0 comments on commit ed32508

Please sign in to comment.