These are all backed by git-add--interactive.perl under the hood. Signed-off-by: Jeff King <peff@xxxxxxxx> --- On top of tr/reset-checkout-patch. t/lib-patch-mode.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index afb4b66..75a3ee2 100755 --- a/t/lib-patch-mode.sh +++ b/t/lib-patch-mode.sh @@ -1,5 +1,10 @@ . ./test-lib.sh +if ! test_have_prereq PERL; then + say 'skipping --patch tests, perl not available' + test_done +fi + set_state () { echo "$3" > "$1" && git add "$1" && -- 1.6.4.301.g8099b -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html