Re: [PATCH v4 1/3] tests: move test_lazy_prereq JGIT to test-lib.sh
From: Torsten Bögershausen <hidden>
Date: 2016-09-10 05:51:51
From: Torsten Bögershausen <hidden>
Date: 2016-09-10 05:51:51
On Fri, Sep 09, 2016 at 10:36:28AM -0700, Jonathan Tan wrote: []
diff --git a/t/test-lib.sh b/t/test-lib.sh index d731d66..c9c1037 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 +' +
Minor note: Typically the stdout of `which` is suppressed like this: if ! type cvs >/dev/null 2>&1