summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/superuser--obsolete-and-conflict.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--obsolete-and-conflict.t b/t/superuser--obsolete-and-conflict.t
index 1aed554b..3fa1372c 100644
--- a/t/superuser--obsolete-and-conflict.t
+++ b/t/superuser--obsolete-and-conflict.t
@@ -40,7 +40,7 @@ urpme('b c d');
urpmi('a d');
check_installed_names('a', 'd');
urpmi('--split-level 1 b c');
-check_installed_names('b', 'c', 'd');
+check_installed_names('b', 'c', 'd'); # perl-URPM fix for #31969 fixes this too ("d" used to be removed without asking)
sub test_urpmi {