diff options
Diffstat (limited to 't/superuser--handle-conflict-deps2.t')
-rw-r--r-- | t/superuser--handle-conflict-deps2.t | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/t/superuser--handle-conflict-deps2.t b/t/superuser--handle-conflict-deps2.t index 3a87d7e8..1b859c8b 100644 --- a/t/superuser--handle-conflict-deps2.t +++ b/t/superuser--handle-conflict-deps2.t @@ -4,7 +4,11 @@ # b-1 upgrades to b-2 which requires a2 # a2 conflicts with a1 # -# d & a is the same as a & b +# d1-1 upgrades to d1-2 +# c-1 upgrades to c-2 which requires d2 +# d2 conflicts with d1 +# +# nb: d & c is similar to a & b # (needed to ensure both ordering works) # use strict; |