summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-21 15:42:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-21 15:42:59 +0000
commit9b541744d6364c582c9504d98996ce46baa8f21f (patch)
treecfa1b2addf4f8baf233e4bc92555800f777ae68e /t
parentaa496190ba5dc1b0fdb79a6b8c53b382c0710d9f (diff)
downloadurpmi-9b541744d6364c582c9504d98996ce46baa8f21f.tar
urpmi-9b541744d6364c582c9504d98996ce46baa8f21f.tar.gz
urpmi-9b541744d6364c582c9504d98996ce46baa8f21f.tar.bz2
urpmi-9b541744d6364c582c9504d98996ce46baa8f21f.tar.xz
urpmi-9b541744d6364c582c9504d98996ce46baa8f21f.zip
KBackup failing is not a big deal
Diffstat (limited to 't')
-rw-r--r--t/superuser--media_info_dir.t2
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)");
}