diff options
Diffstat (limited to 't/superuser--handle-conflict-deps2.t')
-rw-r--r-- | t/superuser--handle-conflict-deps2.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/superuser--handle-conflict-deps2.t b/t/superuser--handle-conflict-deps2.t index a59c35f7..f192faee 100644 --- a/t/superuser--handle-conflict-deps2.t +++ b/t/superuser--handle-conflict-deps2.t @@ -24,10 +24,10 @@ urpmi_addmedia("$name $::pwd/media/$name"); # 'c-2','d2-2' is also a valid result; both wanted pkgs can't be installed, # so urpmi can arbitrarily drop one (after confirming with user, of course) -test(['d1-1', 'c-1'], ['c-2', 'd1-2'], ['c-1', 'd1-2']); +test(['d1-1', 'c-1'], ['c-2', 'd1-2'], ['c-2', 'd2-2']); # 'a1-2','b-1' is also a valid result -test(['a1-1', 'b-1'], ['b-2', 'a1-2'], ['b-2', 'a2-2']); +test(['a1-1', 'b-1'], ['b-2', 'a1-2'], ['b-1', 'a1-2']); sub test { |