diff options
Diffstat (limited to 't/superuser--handle-conflict-deps.t')
-rw-r--r-- | t/superuser--handle-conflict-deps.t | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/superuser--handle-conflict-deps.t b/t/superuser--handle-conflict-deps.t index c6df2e54..dcef7d03 100644 --- a/t/superuser--handle-conflict-deps.t +++ b/t/superuser--handle-conflict-deps.t @@ -1,7 +1,10 @@ #!/usr/bin/perl # test from bugs #12696, #11885 - +# +# b requires b-sub +# a-sup requires a +# a conflicts with b, b conflicts with a use strict; use lib '.', 't'; use helper; |