diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-08 11:54:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-08 11:54:13 +0000 |
commit | 51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80 (patch) | |
tree | ee74957892063e7ab4c220620224c0e5ad43342a /MANIFEST | |
parent | c64d0fa1ea26cc983818569f91974ad20b3ff11c (diff) | |
download | urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar.gz urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar.bz2 urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.tar.xz urpmi-51a0bbfe1758bcf1526d41d63cd1c4518fa6ce80.zip |
add tests, esp. for %triggerpostun failing that blocks upgrade of
drakxtools-backend in mdv2009.0
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -129,6 +129,20 @@ t/data/SPECS/dropped-provides/b.spec t/data/SPECS/epochless-conflict-with-promotion/a1.spec t/data/SPECS/epochless-conflict-with-promotion/a2.spec t/data/SPECS/epochless-conflict-with-promotion/b.spec +t/data/SPECS/failing-scriptlets/post.spec +t/data/SPECS/failing-scriptlets/posttrans.spec +t/data/SPECS/failing-scriptlets/postun.spec +t/data/SPECS/failing-scriptlets/pre.spec +t/data/SPECS/failing-scriptlets/pretrans.spec +t/data/SPECS/failing-scriptlets/preun.spec +t/data/SPECS/failing-scriptlets/triggerin-1.spec +t/data/SPECS/failing-scriptlets/triggerin-2.spec +t/data/SPECS/failing-scriptlets/triggerpostun-1.spec +t/data/SPECS/failing-scriptlets/triggerpostun-2.spec +t/data/SPECS/failing-scriptlets/triggerprein-1.spec +t/data/SPECS/failing-scriptlets/triggerprein-2.spec +t/data/SPECS/failing-scriptlets/triggerun-1.spec +t/data/SPECS/failing-scriptlets/triggerun-2.spec t/data/SPECS/file-conflicts/a.spec t/data/SPECS/file-conflicts/b.spec t/data/SPECS/file-conflicts/c.spec @@ -368,6 +382,7 @@ t/superuser--buggy-rpms.t t/superuser--dropped-provides.t t/superuser--epochless-conflict-with-promotion.t t/superuser--exclude.t +t/superuser--failing-scriptlets.t t/superuser--file-conflicts.t t/superuser--handle-conflict-deps.t t/superuser--handle-conflict-deps2.t |