Re: [PATCH v2 1/2] tests: move test_lazy_prereq JGIT to test-lib.sh

2016-09-07 Thread Junio C Hamano
Jonathan Tan writes: > 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 > --- > t/t5310-pack-bitmaps.sh | 4 > t/test-lib.sh | 4 > 2 files changed, 4 insertions(+),

[PATCH v2 1/2] tests: move test_lazy_prereq JGIT to test-lib.sh

2016-09-02 Thread Jonathan Tan
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 --- t/t5310-pack-bitmaps.sh | 4 t/test-lib.sh | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/t5310-p