From: Alex Riesen <raa.lkml@gmail.com>
Date: Fri, 13 Apr 2007 20:13:51 +0000 (+0200)
Subject: Fix permissions on test scripts
X-Git-Tag: v1.5.2-rc0~43^2
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4848509a970e5c805a06fdba12c3377472308443;p=git.git

Fix permissions on test scripts

Make every test executable. Remove exec-attribute from included shell files,
they can't used standalone anyway.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
---

diff --git a/t/diff-lib.sh b/t/diff-lib.sh
old mode 100755
new mode 100644
diff --git a/t/lib-read-tree-m-3way.sh b/t/lib-read-tree-m-3way.sh
old mode 100755
new mode 100644
diff --git a/t/t4201-shortlog.sh b/t/t4201-shortlog.sh
old mode 100644
new mode 100755
diff --git a/t/t6023-merge-file.sh b/t/t6023-merge-file.sh
old mode 100644
new mode 100755
diff --git a/t/t6024-recursive-merge.sh b/t/t6024-recursive-merge.sh
old mode 100644
new mode 100755
diff --git a/t/t6025-merge-symlinks.sh b/t/t6025-merge-symlinks.sh
old mode 100644
new mode 100755
diff --git a/t/test-lib.sh b/t/test-lib.sh
old mode 100755
new mode 100644