Skip to content

Commit

Permalink
mark perl test scripts executable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Nov 25, 2013
1 parent bc380fc commit 2179b67
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 0 deletions.
Empty file modified t/Git-SVN/00compile.t
100644 → 100755
Empty file.
Empty file modified t/Git-SVN/Utils/add_path_to_url.t
100644 → 100755
Empty file.
Empty file modified t/Git-SVN/Utils/can_compress.t
100644 → 100755
Empty file.
Empty file modified t/Git-SVN/Utils/canonicalize_url.t
100644 → 100755
Empty file.
Empty file modified t/Git-SVN/Utils/collapse_dotdot.t
100644 → 100755
Empty file.
Empty file modified t/Git-SVN/Utils/fatal.t
100644 → 100755
Empty file.
Empty file modified t/Git-SVN/Utils/join_paths.t
100644 → 100755
Empty file.
Empty file modified t/t0202/test.pl
100644 → 100755
Empty file.
Empty file modified t/t9150/make-svk-dump
100644 → 100755
Empty file.
Empty file modified t/t9151/make-svnmerge-dump
100644 → 100755
Empty file.

0 comments on commit 2179b67

Please sign in to comment.