From 1fdfd05db2f6e6bacd8c8255992fa4a7f1756176 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 19 Dec 2005 18:27:04 -0800 Subject: [PATCH] tests: make scripts executable just for consistency. Signed-off-by: Junio C Hamano --- t/t1200-tutorial.sh | 0 t/t1300-repo-config.sh | 0 t/t3101-ls-tree-dirname.sh | 0 t/t4103-apply-binary.sh | 0 t/t4109-apply-multifrag.sh | 0 t/t4110-apply-scan.sh | 0 t/t5500-fetch-pack.sh | 0 t/t6101-rev-parse-parents.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 t/t1200-tutorial.sh mode change 100644 => 100755 t/t1300-repo-config.sh mode change 100644 => 100755 t/t3101-ls-tree-dirname.sh mode change 100644 => 100755 t/t4103-apply-binary.sh mode change 100644 => 100755 t/t4109-apply-multifrag.sh mode change 100644 => 100755 t/t4110-apply-scan.sh mode change 100644 => 100755 t/t5500-fetch-pack.sh mode change 100644 => 100755 t/t6101-rev-parse-parents.sh diff --git a/t/t1200-tutorial.sh b/t/t1200-tutorial.sh old mode 100644 new mode 100755 diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh old mode 100644 new mode 100755 diff --git a/t/t3101-ls-tree-dirname.sh b/t/t3101-ls-tree-dirname.sh old mode 100644 new mode 100755 diff --git a/t/t4103-apply-binary.sh b/t/t4103-apply-binary.sh old mode 100644 new mode 100755 diff --git a/t/t4109-apply-multifrag.sh b/t/t4109-apply-multifrag.sh old mode 100644 new mode 100755 diff --git a/t/t4110-apply-scan.sh b/t/t4110-apply-scan.sh old mode 100644 new mode 100755 diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh old mode 100644 new mode 100755 diff --git a/t/t6101-rev-parse-parents.sh b/t/t6101-rev-parse-parents.sh old mode 100644 new mode 100755 -- 2.11.0