diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-07 14:54:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-07 14:54:05 -0800 |
commit | c214f2c80c70c2a3803bf1f3efc323cee5496024 (patch) | |
tree | fd63733e21d6f821d96ec7c18dfb5b80b6e71731 /t/lib-patch-mode.sh | |
parent | Merge branch 'sp/maint-push-sideband' into maint-1.6.6 (diff) | |
parent | lib-patch-mode.sh: Fix permission (diff) | |
download | tgif-c214f2c80c70c2a3803bf1f3efc323cee5496024.tar.xz |
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
Diffstat (limited to 't/lib-patch-mode.sh')
-rw-r--r--[-rwxr-xr-x] | t/lib-patch-mode.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index 75a3ee283d..ce36f34d03 100755..100644 --- a/t/lib-patch-mode.sh +++ b/t/lib-patch-mode.sh @@ -1,3 +1,5 @@ +: included from t2016 and others + . ./test-lib.sh if ! test_have_prereq PERL; then |