diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-05 15:28:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-05 15:28:33 +0000 |
commit | ccdbde85bae8efa2dc646708db52e41db3963f72 (patch) | |
tree | a0083696b3b42a5ba12119c3b918ea4a71f109b8 | |
parent | 8465ff23e43f9ed10ab5b15f98be0438b69c7624 (diff) | |
download | urpmi-ccdbde85bae8efa2dc646708db52e41db3963f72.tar urpmi-ccdbde85bae8efa2dc646708db52e41db3963f72.tar.gz urpmi-ccdbde85bae8efa2dc646708db52e41db3963f72.tar.bz2 urpmi-ccdbde85bae8efa2dc646708db52e41db3963f72.tar.xz urpmi-ccdbde85bae8efa2dc646708db52e41db3963f72.zip |
add a comment
-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 { |