summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/superuser--obsolete-and-conflict.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/superuser--obsolete-and-conflict.t b/t/superuser--obsolete-and-conflict.t
index 4167bf4e..1aed554b 100644
--- a/t/superuser--obsolete-and-conflict.t
+++ b/t/superuser--obsolete-and-conflict.t
@@ -40,8 +40,7 @@ urpme('b c d');
urpmi('a d');
check_installed_names('a', 'd');
urpmi('--split-level 1 b c');
-# argh, d is removed :-(
-#check_installed_names('b', 'c', 'd');
+check_installed_names('b', 'c', 'd');
sub test_urpmi {