summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-30 16:04:25 -0800
committerJunio C Hamano <gitster@pobox.com>2010-01-30 16:08:41 -0800
commitc32056e0ef193002f80d75fd795e156ddf65c4ab (patch)
tree32aebf1235c24f44f03f480df9a81a023209567a
parent00d3278c8534a8244ae3447189401111e017fd5d (diff)
downloadgit-c32056e0ef193002f80d75fd795e156ddf65c4ab.tar.gz
lib-patch-mode.sh: Fix permission
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>
-rw-r--r--[-rwxr-xr-x]t/lib-patch-mode.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh
index afb4b6686c..06c3c91762 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
set_state () {