aboutsummaryrefslogtreecommitdiffstats
path: root/t/rpmdb.t
diff options
context:
space:
mode:
Diffstat (limited to 't/rpmdb.t')
-rw-r--r--t/rpmdb.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/rpmdb.t b/t/rpmdb.t
index 898588d..8d93fd2 100644
--- a/t/rpmdb.t
+++ b/t/rpmdb.t
@@ -25,7 +25,7 @@ my ($count, @all_pkgs_extern, @all_pkgs);
$count = $db->traverse(sub {
my ($pkg) = @_;
my ($name, $version, $release, $arch) = $pkg->fullname;
- $arch or return;
+ #- arch is void for -pubkey- package.
push @all_pkgs, "$name-$version-$release";
});
}