diff options
Diffstat (limited to 't/superuser--provide-and-no-obsolete.t')
-rw-r--r-- | t/superuser--provide-and-no-obsolete.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--provide-and-no-obsolete.t b/t/superuser--provide-and-no-obsolete.t index 0ffdad6c..22e80b88 100644 --- a/t/superuser--provide-and-no-obsolete.t +++ b/t/superuser--provide-and-no-obsolete.t @@ -22,7 +22,7 @@ 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') }); -#- the following test fail. "urpmi --auto-select" should do the same as "urpmi a" +#- 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') }); sub test { |