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 | bc380fca60080beb26f3e47ae7e5881abd5fc3f9 (diff) | |
download | git-2179b6727efb5493f9871f8903883d6359486208.tar.gz git-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 c92fee453..c92fee453 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 bfbd87845..bfbd87845 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 d7b49b8d5..d7b49b8d5 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 05795ab63..05795ab63 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 1da1cce15..1da1cce15 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 49e143829..49e143829 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 d4488e716..d4488e716 100644..100755 --- a/t/Git-SVN/Utils/join_paths.t +++ b/t/Git-SVN/Utils/join_paths.t |