[libconfig-model-dpkg-perl] 02/06: silence warning for copyright-update tests

dod at debian.org dod at debian.org
Sun Feb 21 11:32:11 UTC 2016


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 9f03b0cc0801d054a276284d8c4913f62ef57798
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Feb 21 11:46:18 2016 +0100

    silence warning for copyright-update tests
---
 t/copyright-update.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/copyright-update.t b/t/copyright-update.t
index 26f7db7..b72a0bb 100644
--- a/t/copyright-update.t
+++ b/t/copyright-update.t
@@ -59,7 +59,7 @@ my $unit = $model->instance (
 is($unit->instance->initial_load,0,"initial load is done");
 
 my $pan = path('t/scanner/examples/pan.in') ;
-$unit->update(in => $pan);
+$unit->update(in => $pan, quiet => 1);
 
 my $gpl_text = $unit->grab("License:GPL-2 text");
 

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