[libconfig-model-dpkg-perl] 03/03: fix test failing with "Load command error"

dod at debian.org dod at debian.org
Tue Sep 26 13:05:31 UTC 2017


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 809b7deee182e823e61c573e72fc8f89a349a300
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Sep 26 15:02:23 2017 +0200

    fix test failing with "Load command error"
    
    Fix a long standing error which is now detected due to
    Config::Model::Loader 2.111 changes.
---
 t/model_tests.d/dpkg-test-conf.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/model_tests.d/dpkg-test-conf.pl b/t/model_tests.d/dpkg-test-conf.pl
index c00be4a..a872dc2 100644
--- a/t/model_tests.d/dpkg-test-conf.pl
+++ b/t/model_tests.d/dpkg-test-conf.pl
@@ -170,7 +170,7 @@ sub add {
         name => 'open-nebula-from-scratch',
         update => { in => path('t/scanner/examples/open-nebula.in'), quiet => 1 },
         load => 'copyright License:"MPL-2.0" text="mpl 2.0 blah-blah" '
-            . '! copyright Files:"src/sunstone/public/css/novnc-custom.css" License full_license=~',
+            . '! copyright Files:"src/sunstone/public/css/novnc-custom.css" License full_license~',
         file_contents_like => {
             'debian/copyright' => [
                 qr!Files: src/im_mad/remotes/az.d/\*!

-- 
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