[licensecheck] 03/112: Fix parse whole file for test info-at-eof.h (default length only approximates lines and is too short since String::Copyright 0.003003).
Jonas Smedegaard
dr at jones.dk
Fri Nov 25 22:01:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository licensecheck.
commit 7609aafce3602d876db543031daafdd70a902111
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Sep 8 14:49:38 2016 +0200
Fix parse whole file for test info-at-eof.h (default length only approximates lines and is too short since String::Copyright 0.003003).
---
t/devscripts.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/devscripts.t b/t/devscripts.t
index 220a85a..ab2a935 100644
--- a/t/devscripts.t
+++ b/t/devscripts.t
@@ -90,6 +90,6 @@ subtest 'Encoding' => sub {
};
subtest 'Info at end' => sub {
- licensecheck '-m --copyright', 'info-at-eof.h',
+ licensecheck '-m --copyright --lines 0', 'info-at-eof.h',
qr{MIT/X11 \(BSD like\) 1994-2012 Lua.org, PUC-Rio.*};
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/licensecheck.git
More information about the Pkg-perl-cvs-commits
mailing list