diff options
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(); |