[libconfig-model-dpkg-perl] 29/33: copyright test: fix syntax error in load command
dod at debian.org
dod at debian.org
Mon Mar 30 17:41:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit fba6a1bd36e248c7a9a94baa94990216c89125e7
Author: Dominique Dumont <dod at debian.org>
Date: Mon Mar 30 13:34:59 2015 +0200
copyright test: fix syntax error in load command
---
t/model_tests.d/dpkg-copyright-test-conf.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/model_tests.d/dpkg-copyright-test-conf.pl b/t/model_tests.d/dpkg-copyright-test-conf.pl
index f35990b..4f64c2f 100644
--- a/t/model_tests.d/dpkg-copyright-test-conf.pl
+++ b/t/model_tests.d/dpkg-copyright-test-conf.pl
@@ -140,7 +140,7 @@ $skip = ( $@ or not -r '/etc/debian_version') ? 1 : 0 ;
load_warnings => [ qr/Format does not match/ ],
apply_fix => 1,
dump_errors => [
- qr/mandatory/ => 'Files:"*" Copyright:0="(c) foobar"',
+ qr/mandatory/ => 'Files:"*" Copyright="(c) foobar"',
qr/mandatory/ => ' License:FOO text="foo bar" ! Files:"*" License short_name="FOO" '
],
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list