Skip to content

Commit

Permalink
lib-patch-mode.sh: Fix permission
Browse files Browse the repository at this point in the history
In the same sprit as 4848509 (Fix permissions on test scripts,
2007-04-13), t/lib-patch-mode.sh should not be executable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 31, 2010
1 parent 00d3278 commit c32056e
Showing 1 changed file with 2 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

set_state () {
Expand Down

0 comments on commit c32056e

Please sign in to comment.