diff options
Diffstat (limited to 'tests/tap/perl/Test/RRA')
-rw-r--r-- | tests/tap/perl/Test/RRA/Automake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tap/perl/Test/RRA/Automake.pm b/tests/tap/perl/Test/RRA/Automake.pm index 804c193..3ba5bcb 100644 --- a/tests/tap/perl/Test/RRA/Automake.pm +++ b/tests/tap/perl/Test/RRA/Automake.pm @@ -73,7 +73,7 @@ BEGIN { # Directories to skip globally when looking for all files, or for directories # that could contain Perl files. -my @GLOBAL_SKIP = qw(.git _build autom4te.cache build-aux); +my @GLOBAL_SKIP = qw(.git autom4te.cache build-aux perl/_build perl/blib); # Additional paths to skip when building a list of all files in the # distribution. This primarily skips build artifacts that aren't interesting |