Skip to content

Commit

Permalink
There is no reason for doc files to be +x
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Nov 14, 2014
1 parent f760945 commit 8a07807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file modified docs/schema.dot
100755 → 100644
Empty file.
5 changes: 4 additions & 1 deletion t/99-policy.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ find( { wanted => sub {
$File::Find::prune = 1 if $_ eq "t/tmp" or m{/\.git$};
},
no_chdir => 1 },
qw{etc lib share t bin sbin devel/tools} );
qw{etc lib share t bin sbin devel/tools docs} );

if ( my $dir = `git rev-parse --git-dir 2>/dev/null` ) {
# We're in a git repo, use the ignore list
Expand Down Expand Up @@ -144,4 +144,7 @@ check( $_, shebang => 1, exec => 1, warnings => 1, strict => 1, bps_tag => 1, no
check( $_, compile_perl => 1, exec => 1 )
for grep{ -f $_} map {s/\.in$//; $_} grep {m{^etc/upgrade/[^/]+$}} @files;
check( $_, exec => -1 )
for grep {m{^docs/}} @files;
done_testing;

0 comments on commit 8a07807

Please sign in to comment.