From 07c841ffc552cf0d404d2f251a55a1c508511366 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Oct 2007 12:01:08 +0000 Subject: fixed in rpm-4.4.8-22mdv2008 :) --- t/superuser--suggests.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1