From c32056e0ef193002f80d75fd795e156ddf65c4ab Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 30 Jan 2010 16:04:25 -0800 Subject: 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 --- t/lib-patch-mode.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 t/lib-patch-mode.sh (limited to 't/lib-patch-mode.sh') diff --git a/t/lib-patch-mode.sh b/t/lib-patch-mode.sh old mode 100755 new mode 100644 index afb4b6686c..06c3c91762 --- 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 () { -- cgit v1.2.1