From c6ed4b498a8c63d577d8380bf56dc8afc2f16089 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jun 2018 16:44:42 -0700 Subject: Ignore _build in Test::RRA::Automake all_files should ignore the top-level _build directory, since that's used by Automake for build testing. --- tests/tap/perl/Test/RRA/Automake.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/tap/perl/Test/RRA/Automake.pm b/tests/tap/perl/Test/RRA/Automake.pm index 6c6e947..e4db56c 100644 --- a/tests/tap/perl/Test/RRA/Automake.pm +++ b/tests/tap/perl/Test/RRA/Automake.pm @@ -73,7 +73,9 @@ BEGIN { # Directories to skip globally when looking for all files, or for directories # that could contain Perl files. -my @GLOBAL_SKIP = qw(.git autom4te.cache build-aux perl/_build perl/blib); +my @GLOBAL_SKIP = qw( + .git _build 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 -- cgit v1.2.3