]> eyrie.org Git - kerberos/wallet.git/commitdiff
Ignore debian/ files in docs/spdx-license test
authorRuss Allbery <eagle@eyrie.org>
Mon, 4 Jun 2018 00:37:29 +0000 (17:37 -0700)
committerRuss Allbery <eagle@eyrie.org>
Mon, 4 Jun 2018 00:39:37 +0000 (17:39 -0700)
tests/docs/spdx-license-t

index e05e13fffc12eb83968f04584cdb50841eb7bacf..91072bfc7e84c2321fffa54d2946223f77f37d4d 100755 (executable)
@@ -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