Skip to content

Commit

Permalink
Merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 21, 2023
2 parents 6feb55a + 00f7d21 commit 67397bd
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 @@ -69,7 +69,7 @@ apply {{} {
lappend drives $vol
}
}
testConstraint moreThanOneDrive [llength $drives]
testConstraint moreThanOneDrive [expr {[llength $drives] > 1}]
} finally {
cd $dir
}
Expand Down

0 comments on commit 67397bd

Please sign in to comment.