diff options
Diffstat (limited to 't/superuser--media_info_dir.t')
-rw-r--r-- | t/superuser--media_info_dir.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--media_info_dir.t b/t/superuser--media_info_dir.t index 6ce19af9..ac5f6f9f 100644 --- a/t/superuser--media_info_dir.t +++ b/t/superuser--media_info_dir.t @@ -45,7 +45,7 @@ sub rpm_v3 { chomp(my $fullname = `$cmd`); my ($arch) = $fullname =~ /(\w+)$/; - $wanted_arch = 'i386' if $src_rpm =~ /KBackup/; # ERROR: package has a Sourcerpm empty tag (#29809) + $wanted_arch = 'i386' if $src_rpm =~ /KBackup/; # WARNING: package has a Sourcerpm empty tag (#29809), but this package is broken anyway is($arch, $wanted_arch, "$fullname should have arch $wanted_arch (found $arch)"); } |