diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-03-02 22:38:02 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-02 22:38:02 -0800 |
commit | a625740aae48c0f08916e564bc11f49542d4fb48 (patch) | |
tree | a8faa4eb772185f63240a356a2785e2b710ea116 /t | |
parent | f54555ca29146e72d674d090a760d7bfc9afd77f (diff) | |
parent | c32056e0ef193002f80d75fd795e156ddf65c4ab (diff) | |
download | git-a625740aae48c0f08916e564bc11f49542d4fb48.tar.gz git-a625740aae48c0f08916e564bc11f49542d4fb48.tar.xz |
Merge branch 'jc/maint-fix-test-perm' into maint
* jc/maint-fix-test-perm:
lib-patch-mode.sh: Fix permission
t6000lib: Fix permission
Diffstat (limited to 't')
-rw-r--r--[-rwxr-xr-x] | t/lib-patch-mode.sh | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | t/t6000lib.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh index 75a3ee283..ce36f34d0 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 diff --git a/t/t6000lib.sh b/t/t6000lib.sh index f55627b64..985d517a1 100755..100644 --- a/t/t6000lib.sh +++ b/t/t6000lib.sh @@ -1,3 +1,5 @@ +: included from 6002 and others + [ -d .git/refs/tags ] || mkdir -p .git/refs/tags :> sed.script |