diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-07 15:02:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-07 15:02:37 +0000 |
commit | f7f5518ec2079ed950bbb90cb6131d81c3849831 (patch) | |
tree | 55d8be2ceb637a2cbbeb2605013435c362a6ae5a /t | |
parent | ecddd0aac438dbc5b04c1e1ef58b8e7c732d6f0f (diff) | |
download | urpmi-f7f5518ec2079ed950bbb90cb6131d81c3849831.tar urpmi-f7f5518ec2079ed950bbb90cb6131d81c3849831.tar.gz urpmi-f7f5518ec2079ed950bbb90cb6131d81c3849831.tar.bz2 urpmi-f7f5518ec2079ed950bbb90cb6131d81c3849831.tar.xz urpmi-f7f5518ec2079ed950bbb90cb6131d81c3849831.zip |
- this bug is fixed
- add bug number (it was only in the commit log)
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--provide-and-no-obsolete.t | 4 |
1 files changed, 2 insertions, 2 deletions
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) = @_; |