summaryrefslogtreecommitdiffstats
path: root/t/superuser--obsolete-and-conflict.t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-13 12:46:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-13 12:46:51 +0000
commit8ad327e51abec9c4d6d2344eaad9de907516d3b6 (patch)
tree9e1a23ea8e8c61fa8dfed3a9d67a48924b7c239a /t/superuser--obsolete-and-conflict.t
parentcd383c6e9021689675d2e05f5d8e3fcbbbad1669 (diff)
downloadurpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar
urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar.gz
urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar.bz2
urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.tar.xz
urpmi-8ad327e51abec9c4d6d2344eaad9de907516d3b6.zip
those tests do pass nicely with perl-URPM 2.00
Diffstat (limited to 't/superuser--obsolete-and-conflict.t')
-rw-r--r--t/superuser--obsolete-and-conflict.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/superuser--obsolete-and-conflict.t b/t/superuser--obsolete-and-conflict.t
index 63996a5c..80fea2a5 100644
--- a/t/superuser--obsolete-and-conflict.t
+++ b/t/superuser--obsolete-and-conflict.t
@@ -21,7 +21,9 @@ urpmi_addmedia("$name $::pwd/media/$name");
test1();
test_with_ad('b c', 'b c d');
test_with_ad('--split-level 1 b c', 'b c d'); # perl-URPM fix for #31969 fixes this too ("d" used to be removed without asking)
-test_with_ad('--auto c', 'c'); # WARNING: urpmi should promote new version of "b" instead of removing conflicting older packages
+
+# below need promotion of "b" (obsoleting "a") to work
+test_with_ad('--auto c', 'b c d');
sub test1 {
urpmi('a');