From 2179b6727efb5493f9871f8903883d6359486208 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Mon, 25 Nov 2013 12:53:54 -0800 Subject: [PATCH] mark perl test scripts executable These scripts are not run directly as part of a normal build, so no one noticed that they did not have the +x bit. Mark them executable to make it more obvious that they can be run directly (when debugging, for example). Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- t/Git-SVN/00compile.t | 0 t/Git-SVN/Utils/add_path_to_url.t | 0 t/Git-SVN/Utils/can_compress.t | 0 t/Git-SVN/Utils/canonicalize_url.t | 0 t/Git-SVN/Utils/collapse_dotdot.t | 0 t/Git-SVN/Utils/fatal.t | 0 t/Git-SVN/Utils/join_paths.t | 0 t/t0202/test.pl | 0 t/t9150/make-svk-dump | 0 t/t9151/make-svnmerge-dump | 0 10 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 t/Git-SVN/00compile.t mode change 100644 => 100755 t/Git-SVN/Utils/add_path_to_url.t mode change 100644 => 100755 t/Git-SVN/Utils/can_compress.t mode change 100644 => 100755 t/Git-SVN/Utils/canonicalize_url.t mode change 100644 => 100755 t/Git-SVN/Utils/collapse_dotdot.t mode change 100644 => 100755 t/Git-SVN/Utils/fatal.t mode change 100644 => 100755 t/Git-SVN/Utils/join_paths.t mode change 100644 => 100755 t/t0202/test.pl mode change 100644 => 100755 t/t9150/make-svk-dump mode change 100644 => 100755 t/t9151/make-svnmerge-dump diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t old mode 100644 new mode 100755 diff --git a/t/Git-SVN/Utils/add_path_to_url.t b/t/Git-SVN/Utils/add_path_to_url.t old mode 100644 new mode 100755 diff --git a/t/Git-SVN/Utils/can_compress.t b/t/Git-SVN/Utils/can_compress.t old mode 100644 new mode 100755 diff --git a/t/Git-SVN/Utils/canonicalize_url.t b/t/Git-SVN/Utils/canonicalize_url.t old mode 100644 new mode 100755 diff --git a/t/Git-SVN/Utils/collapse_dotdot.t b/t/Git-SVN/Utils/collapse_dotdot.t old mode 100644 new mode 100755 diff --git a/t/Git-SVN/Utils/fatal.t b/t/Git-SVN/Utils/fatal.t old mode 100644 new mode 100755 diff --git a/t/Git-SVN/Utils/join_paths.t b/t/Git-SVN/Utils/join_paths.t old mode 100644 new mode 100755 diff --git a/t/t0202/test.pl b/t/t0202/test.pl old mode 100644 new mode 100755 diff --git a/t/t9150/make-svk-dump b/t/t9150/make-svk-dump old mode 100644 new mode 100755 diff --git a/t/t9151/make-svnmerge-dump b/t/t9151/make-svnmerge-dump old mode 100644 new mode 100755 -- 2.11.4.GIT