summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-04-29 20:45:33 -0700
committerRuss Allbery <eagle@eyrie.org>2018-04-29 20:45:49 -0700
commite3182c292ddd7d8b75d8c75e9fdad2c47db38826 (patch)
tree7c816ae31279abc862c07abf36d3123aafc3cce9 /tests
parenta6e1d2ae48e75266defb16561d1dcb1b8f10b4b9 (diff)
Ignore more Perl files in docs/spdx-license test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/docs/spdx-license-t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docs/spdx-license-t b/tests/docs/spdx-license-t
index 8cffdeb..b3c0d5c 100755
--- a/tests/docs/spdx-license-t
+++ b/tests/docs/spdx-license-t
@@ -59,6 +59,7 @@ my @IGNORE_PATHS = (
qr{ \A perl/Build \z }xms, # Perl build files
qr{ \A perl/MYMETA [.] }xms, # Perl build files
qr{ \A perl/blib/ }xms, # Perl build files
+ qr{ \A perl/cover_db/ }xms, # Perl test files
qr{ \A perl/_build }xms, # Perl build files
qr{ \A php/Makefile [.] global \z }xms, # Created by phpize
qr{ \A php/autom4te [.] cache/ }xms, # Created by phpize