diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2007-04-13 22:13:51 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-16 16:53:09 -0700 |
commit | 4848509a970e5c805a06fdba12c3377472308443 (patch) | |
tree | 58f62001104bc683dab12613f4039963c020920a /t | |
parent | Fix t4201: accidental arithmetic expansion (diff) | |
download | tgif-4848509a970e5c805a06fdba12c3377472308443.tar.xz |
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>
Diffstat (limited to 't')
-rw-r--r--[-rwxr-xr-x] | t/diff-lib.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/lib-read-tree-m-3way.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/t4201-shortlog.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/t6023-merge-file.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/t6024-recursive-merge.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/t6025-merge-symlinks.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | t/test-lib.sh | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/t/diff-lib.sh b/t/diff-lib.sh index 4624fe654c..4624fe654c 100755..100644 --- a/t/diff-lib.sh +++ b/t/diff-lib.sh diff --git a/t/lib-read-tree-m-3way.sh b/t/lib-read-tree-m-3way.sh index d195603dfa..d195603dfa 100755..100644 --- a/t/lib-read-tree-m-3way.sh +++ b/t/lib-read-tree-m-3way.sh diff --git a/t/t4201-shortlog.sh b/t/t4201-shortlog.sh index c27e39cb6f..c27e39cb6f 100644..100755 --- a/t/t4201-shortlog.sh +++ b/t/t4201-shortlog.sh diff --git a/t/t6023-merge-file.sh b/t/t6023-merge-file.sh index c76fccfb5a..c76fccfb5a 100644..100755 --- a/t/t6023-merge-file.sh +++ b/t/t6023-merge-file.sh diff --git a/t/t6024-recursive-merge.sh b/t/t6024-recursive-merge.sh index a398556137..a398556137 100644..100755 --- a/t/t6024-recursive-merge.sh +++ b/t/t6024-recursive-merge.sh diff --git a/t/t6025-merge-symlinks.sh b/t/t6025-merge-symlinks.sh index 3c1a6972bd..3c1a6972bd 100644..100755 --- a/t/t6025-merge-symlinks.sh +++ b/t/t6025-merge-symlinks.sh diff --git a/t/test-lib.sh b/t/test-lib.sh index c0754747fb..c0754747fb 100755..100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh |