From: Junio C Hamano Date: Sun, 21 Feb 2010 19:59:35 +0000 (-0800) Subject: Merge branch 'jc/maint-fix-test-perm' X-Git-Tag: v1.7.1-rc0~142 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=92de348948d59f797dd4f15d6a4558c0563203b1;p=git.git Merge branch 'jc/maint-fix-test-perm' * jc/maint-fix-test-perm: lib-patch-mode.sh: Fix permission t6000lib: Fix permission --- 92de348948d59f797dd4f15d6a4558c0563203b1 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" &&