diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 18:46:29 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 18:46:29 -0800 |
commit | 5349c97794acce902a01721e47a1d29ebacc1d4e (patch) | |
tree | 8c2047f7f2850648eb544d2e60cdd81360addd18 /tests | |
parent | ac8a0a6e2f91688fcb4665f490b127f3a0e4c9c6 (diff) |
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.
Diffstat (limited to 'tests')
-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 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 |