The following commit has been merged in the master branch:
commit 9a1e2c2fb29ec39f35aafe6b51cfa92eaaa5dca0
Author: Niels Thykier <[email protected]>
Date:   Wed Oct 24 12:10:26 2012 +0200

    T::L: Correct quoting of a string to allow interpolation
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/lib/Test/Lintian.pm b/lib/Test/Lintian.pm
index cd44266..c5a3a32 100644
--- a/lib/Test/Lintian.pm
+++ b/lib/Test/Lintian.pm
@@ -153,7 +153,7 @@ sub test_check_desc {
             foreach my $need (split m/\s*+,\s*+/o, $needs) {
                 push @bad, $need unless -f "$colldir/$need.desc";
             }
-            $builder->is_eq (join (', ', @bad), '', '$cname has unknown 
collections in Needs-Info');
+            $builder->is_eq (join (', ', @bad), '', "$cname has unknown 
collections in Needs-Info");
         } else {
             $builder->ok (1, 'Tag has a valid Needs-Info (empty)') if $colldir 
ne '';
             $builder->skip ('Needs-Info test checks skipped due to empty 
coll-dir') if $needs ne '';

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to