From: Junio C Hamano Date: Sun, 7 Mar 2010 22:54:05 +0000 (-0800) Subject: Merge branch 'jc/maint-fix-test-perm' into maint-1.6.6 X-Git-Tag: v1.7.0.3~1^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c214f2c80c70c2a3803bf1f3efc323cee5496024;p=git.git Merge branch 'jc/maint-fix-test-perm' into maint-1.6.6 * jc/maint-fix-test-perm: lib-patch-mode.sh: Fix permission t6000lib: Fix permission --- c214f2c80c70c2a3803bf1f3efc323cee5496024 diff --cc t/lib-patch-mode.sh index 75a3ee283,06c3c9176..ce36f34d0 mode 100755,100644..100644 --- a/t/lib-patch-mode.sh +++ b/t/lib-patch-mode.sh @@@ -1,10 -1,7 +1,12 @@@ + : included from t2016 and others + . ./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" &&