diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-04 14:41:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-04 14:41:48 +0000 |
commit | f2be43ab69e87c9c3ded8db93ab3b499acf04dfb (patch) | |
tree | 0c1fd62bd43c08c001e2f1df992e14066b97a274 /t/superuser--media_info_dir.t | |
parent | df5123679ef7ebbb718fc872af7c332e55903998 (diff) | |
download | urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar.gz urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar.bz2 urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.tar.xz urpmi-f2be43ab69e87c9c3ded8db93ab3b499acf04dfb.zip |
drop support for rpm5
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)"); } } |