From: Jonathan Tan Date: Fri, 9 Sep 2016 17:36:28 +0000 (-0700) Subject: tests: move test_lazy_prereq JGIT to test-lib.sh X-Git-Tag: v2.11.0-rc0~139^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63b747ce1a4074a42b8f7fb5d6266489983ec38c;p=thirdparty%2Fgit.git tests: move test_lazy_prereq JGIT to test-lib.sh This enables JGIT to be used as a prereq in invocations of test_expect_success (and other functions) in other test scripts. Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- diff --git a/t/t5310-pack-bitmaps.sh b/t/t5310-pack-bitmaps.sh index 3893afd687..1e376ea39e 100755 --- a/t/t5310-pack-bitmaps.sh +++ b/t/t5310-pack-bitmaps.sh @@ -158,10 +158,6 @@ test_expect_success 'pack with missing parent' ' git pack-objects --stdout --revs /dev/null ' -test_lazy_prereq JGIT ' - type jgit -' - test_expect_success JGIT 'we can read jgit bitmaps' ' git clone . compat-jgit && ( diff --git a/t/test-lib.sh b/t/test-lib.sh index d731d66e36..c9c10379f5 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1072,6 +1072,10 @@ test_lazy_prereq NOT_ROOT ' test "$uid" != 0 ' +test_lazy_prereq JGIT ' + type jgit +' + # SANITY is about "can you correctly predict what the filesystem would # do by only looking at the permission bits of the files and # directories?" A typical example of !SANITY is running the test