From 5349c97794acce902a01721e47a1d29ebacc1d4e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 Jan 2016 18:46:29 -0800 Subject: Skip the _build directory for Perl tests Assume that everything we might test in an out-of-tree build is also present in the source tree and can be checked there. --- tests/tap/perl/Test/RRA/Automake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tap/perl/Test/RRA/Automake.pm b/tests/tap/perl/Test/RRA/Automake.pm index 79e825c..c6399ec 100644 --- a/tests/tap/perl/Test/RRA/Automake.pm +++ b/tests/tap/perl/Test/RRA/Automake.pm @@ -68,7 +68,7 @@ BEGIN { # Perl directories to skip globally for perl_dirs. We ignore the perl # directory if it exists since, in my packages, it is treated as a Perl module # distribution and has its own standalone test suite. -my @GLOBAL_SKIP = qw(.git perl); +my @GLOBAL_SKIP = qw(.git _build perl); # The temporary directory created by test_tmpdir, if any. If this is set, # attempt to remove the directory stored here on program exit (but ignore -- cgit v1.2.3