diff options
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--obsolete-and-conflict.t | 2 |
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 { |