From f7f5518ec2079ed950bbb90cb6131d81c3849831 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Mar 2008 15:02:37 +0000 Subject: - this bug is fixed - add bug number (it was only in the commit log) --- t/superuser--provide-and-no-obsolete.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/superuser--provide-and-no-obsolete.t b/t/superuser--provide-and-no-obsolete.t index 22e80b88..e2a40590 100644 --- a/t/superuser--provide-and-no-obsolete.t +++ b/t/superuser--provide-and-no-obsolete.t @@ -22,8 +22,8 @@ urpmi_addmedia("$medium_name $::pwd/media/$medium_name"); test(sub { urpmi('a'); check_installed_fullnames("a-2-1"); urpme('a') }); test(sub { urpmi('b'); check_installed_fullnames("a-1-1", "b-3-1"); urpme('a b') }); -#- ERROR: the following test fail. "urpmi --auto-select" should do the same as "urpmi a" -#test(sub { urpmi('--auto-select'); check_installed_fullnames("a-2-1"); urpme('a') }); +#- "urpmi --auto-select --auto" should do the same as "urpmi a", #31130 +test(sub { urpmi('--auto-select --auto'); check_installed_fullnames("a-2-1"); urpme('a') }); sub test { my ($f) = @_; -- cgit v1.2.1