diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-08-04 20:48:14 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-08-04 20:48:14 +0000 |
commit | 4e2ef1e13861238abbef5c52ef70881c4ccfd380 (patch) | |
tree | 2ec667fcea47cc121d252d2481fece257a7365b8 /t | |
parent | 9e5f404cffdac608b14c25705577d83f3ff72cc1 (diff) | |
download | urpmi-4e2ef1e13861238abbef5c52ef70881c4ccfd380.tar urpmi-4e2ef1e13861238abbef5c52ef70881c4ccfd380.tar.gz urpmi-4e2ef1e13861238abbef5c52ef70881c4ccfd380.tar.bz2 urpmi-4e2ef1e13861238abbef5c52ef70881c4ccfd380.tar.xz urpmi-4e2ef1e13861238abbef5c52ef70881c4ccfd380.zip |
Enable urpmi testcase for now fixed bug #52135.
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--handle-conflict-deps.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--handle-conflict-deps.t b/t/superuser--handle-conflict-deps.t index dd0f9c59..6d349cbd 100644 --- a/t/superuser--handle-conflict-deps.t +++ b/t/superuser--handle-conflict-deps.t @@ -41,8 +41,8 @@ sub test_conflict_on_install { urpmi('--auto a b'); check_installed_and_remove('a'); # WARNING: either a or b is chosen, depending on hdlist order -# urpmi('--auto f g'); # test for bug #52135 -# check_installed_and_remove('g'); + urpmi('--auto f g'); # test for bug #52135 + check_installed_and_remove('g'); } sub test_simple { |