The following commit has been merged in the master branch:
commit 87f32dede120eb64fa1073e561cfd107f4b8c7fd
Author: Russ Allbery <[email protected]>
Date:   Sat Jan 10 23:46:29 2009 -0800

    Fix update-coverage bug in including the debs test suite

diff --git a/private/update-coverage b/private/update-coverage
index 1d6bdd6..9d65d65 100755
--- a/private/update-coverage
+++ b/private/update-coverage
@@ -60,7 +60,7 @@ for my $desc (<t/tests/*.desc>) {
 }
 
 # Parse all tags files for the changes and debs test suite.
-for my $tagfile (<t/changes/*.tags> <t/debs/*/tags) {
+for my $tagfile (<t/changes/*.tags>, <t/debs/*/tags>) {
     open(IN, '<', $tagfile) or die "Cannot open $tagfile: $!\n";
     local $_;
     while (<IN>) {

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to