Skip to content

Commit

Permalink
Merge branch 'jc/maint-fix-test-perm' into maint
Browse files Browse the repository at this point in the history
* jc/maint-fix-test-perm:
  lib-patch-mode.sh: Fix permission
  t6000lib: Fix permission
  • Loading branch information
Junio C Hamano committed Mar 3, 2010
2 parents f54555c + c32056e commit a625740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/lib-patch-mode.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
: included from t2016 and others

. ./test-lib.sh

if ! test_have_prereq PERL; then
Expand Down
2 changes: 2 additions & 0 deletions t/t6000lib.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
: included from 6002 and others

[ -d .git/refs/tags ] || mkdir -p .git/refs/tags

:> sed.script
Expand Down

0 comments on commit a625740

Please sign in to comment.