Skip to content

Commit dc58922

Browse files
committed
Merge branch 'tz/test-lib-check-working-jgit'
A prerequiste check in the test suite to see if a working jgit is available was made more robust. * tz/test-lib-check-working-jgit: test-lib: try harder to ensure a working jgit
2 parents 7a09f5f + abd0f28 commit dc58922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ test_lazy_prereq NOT_ROOT '
15221522
'
15231523

15241524
test_lazy_prereq JGIT '
1525-
type jgit
1525+
jgit --version
15261526
'
15271527

15281528
# SANITY is about "can you correctly predict what the filesystem would

0 commit comments

Comments
 (0)