diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:45:34 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:45:34 +0900 |
commit | dc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f (patch) | |
tree | 3095038c42a2ab62b5059292ca997e3227c18eef /t | |
parent | Merge branch 'js/parseopt-unknown-cb-returns-an-enum' (diff) | |
parent | test-lib: try harder to ensure a working jgit (diff) | |
download | tgif-dc58922cf0f6ef42fb0ea45f1ef34f1a05b8065f.tar.xz |
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
Diffstat (limited to 't')
-rw-r--r-- | t/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 908ddb9c46..599fd70e14 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 |