aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 16:45:34 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-19 16:45:34 +0900
commitdc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f (patch)
tree3095038c42a2ab62b5059292ca997e3227c18eef
parentMerge branch 'js/parseopt-unknown-cb-returns-an-enum' (diff)
parenttest-lib: try harder to ensure a working jgit (diff)
downloadgit-dc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f.tar.xz
git-dc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f.zip
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
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 908ddb9c466..599fd70e141 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1522,7 +1522,7 @@ test_lazy_prereq NOT_ROOT '
'
test_lazy_prereq JGIT '
- type jgit
+ jgit --version
'
# SANITY is about "can you correctly predict what the filesystem would