summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-10-02 12:01:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-10-02 12:01:08 +0000
commit07c841ffc552cf0d404d2f251a55a1c508511366 (patch)
treeee6c01161b21429f87400fb8c39172c36f9d3df3
parent380c3efb251713af72748c0be1e1646d45ba142b (diff)
downloadurpmi-07c841ffc552cf0d404d2f251a55a1c508511366.tar
urpmi-07c841ffc552cf0d404d2f251a55a1c508511366.tar.gz
urpmi-07c841ffc552cf0d404d2f251a55a1c508511366.tar.bz2
urpmi-07c841ffc552cf0d404d2f251a55a1c508511366.tar.xz
urpmi-07c841ffc552cf0d404d2f251a55a1c508511366.zip
fixed in rpm-4.4.8-22mdv2008 :)
-rw-r--r--t/superuser--suggests.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--suggests.t b/t/superuser--suggests.t
index 9517ca8a..5a508a77 100644
--- a/t/superuser--suggests.t
+++ b/t/superuser--suggests.t
@@ -95,7 +95,7 @@ sub test_d {
system_("rpm --root $::pwd/root -e cc");
check_installed_and_remove('c', @common);
- foreach my $names ('c2', 'c2 c') { # ERROR: 'c c2' should work (#34342)
+ foreach my $names ('c2', 'c c2', 'c2 c') { # 'c c2' was broken (#34342)
my @names = split(' ', $names);
urpmi("--auto $_") foreach @names;
check_installed_names(@names, 'cc', @common);