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