diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 13:20:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-25 13:20:25 +0000 |
commit | 86f4aada5d82d01e84dfb727180d1076eb8aa58f (patch) | |
tree | dd0edb8006faf01cf4c3e385eaf0f5151a868945 /t | |
parent | 3c654443cc33dc30e21c16e577fcf0f6a7bad3a3 (diff) | |
download | urpmi-86f4aada5d82d01e84dfb727180d1076eb8aa58f.tar urpmi-86f4aada5d82d01e84dfb727180d1076eb8aa58f.tar.gz urpmi-86f4aada5d82d01e84dfb727180d1076eb8aa58f.tar.bz2 urpmi-86f4aada5d82d01e84dfb727180d1076eb8aa58f.tar.xz urpmi-86f4aada5d82d01e84dfb727180d1076eb8aa58f.zip |
fixed in perl-URPM 3.09
Diffstat (limited to 't')
-rw-r--r-- | t/superuser--handle-conflict-deps.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/superuser--handle-conflict-deps.t b/t/superuser--handle-conflict-deps.t index 5c97a7dd..abb6f233 100644 --- a/t/superuser--handle-conflict-deps.t +++ b/t/superuser--handle-conflict-deps.t @@ -22,7 +22,7 @@ urpmi_addmedia("$name $::pwd/media/$name"); test_simple('c', 'd'); test_simple('d', 'c'); -#test_simple('e', 'f'); # ERROR #17106 +test_simple('e', 'f'); # test for mdvbz #17106 test_simple('f', 'e'); test_conflict_on_install(); |