summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-06-23 15:25:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-06-23 15:25:57 +0000
commit63ef4cbd29c6e6fa1d157d7938d264ffa3615e9d (patch)
treec75856a34d58f13197e5417fea7997a20063ae16 /t
parent1d3d8af49f25fb9cbacea02593a44c13bb43c7dc (diff)
downloadurpmi-63ef4cbd29c6e6fa1d157d7938d264ffa3615e9d.tar
urpmi-63ef4cbd29c6e6fa1d157d7938d264ffa3615e9d.tar.gz
urpmi-63ef4cbd29c6e6fa1d157d7938d264ffa3615e9d.tar.bz2
urpmi-63ef4cbd29c6e6fa1d157d7938d264ffa3615e9d.tar.xz
urpmi-63ef4cbd29c6e6fa1d157d7938d264ffa3615e9d.zip
fixed in perl-URPM 3.15
Diffstat (limited to 't')
-rw-r--r--t/superuser--epochless-conflict-with-promotion.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/t/superuser--epochless-conflict-with-promotion.t b/t/superuser--epochless-conflict-with-promotion.t
index 17f6b720..bf0961b3 100644
--- a/t/superuser--epochless-conflict-with-promotion.t
+++ b/t/superuser--epochless-conflict-with-promotion.t
@@ -21,6 +21,5 @@ urpmi_addmedia("$name $::pwd/media/$name");
urpmi('a-1');
check_installed_fullnames('a-1-1');
-# urpmi('--auto b');
-# check_installed_and_remove('a', 'b');
-# ERROR: urpmi considers the conflict to match a-2 as well and just removes a
+urpmi('--auto b');
+check_installed_and_remove('a', 'b');