diff options
-rw-r--r-- | t/superuser--epochless-conflict-with-promotion.t | 5 |
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'); |