diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-12 15:14:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-12 15:14:39 +0000 |
commit | e2dc16e7a2430c552e2e181cab8c44de8c5a831d (patch) | |
tree | 4dbdb2c3b0f870dd0a7df2117ccf853f3868e67b | |
parent | 1c7104669163e6926748aa41261686966691f87c (diff) | |
download | urpmi-e2dc16e7a2430c552e2e181cab8c44de8c5a831d.tar urpmi-e2dc16e7a2430c552e2e181cab8c44de8c5a831d.tar.gz urpmi-e2dc16e7a2430c552e2e181cab8c44de8c5a831d.tar.bz2 urpmi-e2dc16e7a2430c552e2e181cab8c44de8c5a831d.tar.xz urpmi-e2dc16e7a2430c552e2e181cab8c44de8c5a831d.zip |
explain
-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; |