diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:37:29 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 17:39:37 -0700 |
commit | b320ea60b2761fc984fe2870a718da1ef7fc7440 (patch) | |
tree | 6ad3ef3cba95a557764cf55df7bf3ecf53aedc72 | |
parent | f31585af9ec404b3fc63738d48d6e9bfb6e7db25 (diff) |
Ignore debian/ files in docs/spdx-license test
-rwxr-xr-x | tests/docs/spdx-license-t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docs/spdx-license-t b/tests/docs/spdx-license-t index e05e13f..91072bf 100755 --- a/tests/docs/spdx-license-t +++ b/tests/docs/spdx-license-t @@ -53,6 +53,7 @@ my @IGNORE = ( qr{ [.] output \z }xms, # Test data ); my @IGNORE_PATHS = ( + qr{ \A debian/ }xms, # Found in debian/* branches qr{ \A docs/metadata/ }xms, # Package license should be fine qr{ \A docs/protocol[.](html|txt) \z }xms, # Generated by xml2rfc qr{ \A m4/ (libtool|lt.*) [.] m4 \z }xms, # Files from Libtool |