From 9b541744d6364c582c9504d98996ce46baa8f21f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 21 Sep 2007 15:42:59 +0000 Subject: KBackup failing is not a big deal --- t/superuser--media_info_dir.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/superuser--media_info_dir.t') 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)"); } -- cgit v1.2.1