diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2013-11-25 12:53:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-25 15:01:22 -0800 |
commit | 2179b6727efb5493f9871f8903883d6359486208 (patch) | |
tree | 736986fd2bb6b34f7232020c089257269aca9fb8 /t/Git-SVN | |
parent | mark Windows build scripts executable (diff) | |
download | tgif-2179b6727efb5493f9871f8903883d6359486208.tar.xz |
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/Git-SVN')
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/00compile.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/Utils/add_path_to_url.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/Utils/can_compress.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/Utils/canonicalize_url.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/Utils/collapse_dotdot.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/Utils/fatal.t | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | t/Git-SVN/Utils/join_paths.t | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t index c92fee453f..c92fee453f 100644..100755 --- a/t/Git-SVN/00compile.t +++ b/t/Git-SVN/00compile.t diff --git a/t/Git-SVN/Utils/add_path_to_url.t b/t/Git-SVN/Utils/add_path_to_url.t index bfbd87845f..bfbd87845f 100644..100755 --- a/t/Git-SVN/Utils/add_path_to_url.t +++ b/t/Git-SVN/Utils/add_path_to_url.t diff --git a/t/Git-SVN/Utils/can_compress.t b/t/Git-SVN/Utils/can_compress.t index d7b49b8d54..d7b49b8d54 100644..100755 --- a/t/Git-SVN/Utils/can_compress.t +++ b/t/Git-SVN/Utils/can_compress.t diff --git a/t/Git-SVN/Utils/canonicalize_url.t b/t/Git-SVN/Utils/canonicalize_url.t index 05795ab636..05795ab636 100644..100755 --- a/t/Git-SVN/Utils/canonicalize_url.t +++ b/t/Git-SVN/Utils/canonicalize_url.t diff --git a/t/Git-SVN/Utils/collapse_dotdot.t b/t/Git-SVN/Utils/collapse_dotdot.t index 1da1cce156..1da1cce156 100644..100755 --- a/t/Git-SVN/Utils/collapse_dotdot.t +++ b/t/Git-SVN/Utils/collapse_dotdot.t diff --git a/t/Git-SVN/Utils/fatal.t b/t/Git-SVN/Utils/fatal.t index 49e1438295..49e1438295 100644..100755 --- a/t/Git-SVN/Utils/fatal.t +++ b/t/Git-SVN/Utils/fatal.t diff --git a/t/Git-SVN/Utils/join_paths.t b/t/Git-SVN/Utils/join_paths.t index d4488e7162..d4488e7162 100644..100755 --- a/t/Git-SVN/Utils/join_paths.t +++ b/t/Git-SVN/Utils/join_paths.t |