Git development
 help / color / mirror / Atom feed
* Fix permissions on test scripts
@ 2007-04-13 20:13 Alex Riesen
  0 siblings, 0 replies; only message in thread
From: Alex Riesen @ 2007-04-13 20:13 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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>
---
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 t/diff-lib.sh
 mode change 100755 => 100644 t/lib-read-tree-m-3way.sh
 mode change 100644 => 100755 t/t4201-shortlog.sh
 mode change 100644 => 100755 t/t6023-merge-file.sh
 mode change 100644 => 100755 t/t6024-recursive-merge.sh
 mode change 100644 => 100755 t/t6025-merge-symlinks.sh
 mode change 100755 => 100644 t/test-lib.sh

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
-- 
1.5.1.130.g0ea6d

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-13 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-13 20:13 Fix permissions on test scripts Alex Riesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox