summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-590438-broken-provides-thanks-to-remove-order
Commit message (Collapse)AuthorAgeFilesLines
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-4/+4
| | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-1/+1
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-2/+0
| | | invalid in most cases anyway
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-251-4/+4
| | | | | | - return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead
* Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-081-4/+4
| | | | | | | | | Multi-Arch; instead, Arch: all packages only satisfy dependencies for the native arch, except where the Arch: all package is declared Multi-Arch: foreign. (Closes: #613584) This has the sideeffect that arch:all packages internally show up as coming from the native arch - so packages with the architecture "all" doesn't exist any longer in the pkgcache
* * apt-pkg/orderlist.cc:David Kalnischkies2010-11-061-2/+2
| | | | - try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase
* tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-131-1/+1
| | | | funtions (bash complains)
* implement the first round of automated dummy package building andDavid Kalnischkies2010-08-181-1/+1
| | | | archive building
* configure also the replacement before remove by adding Immediate flagDavid Kalnischkies2010-07-291-15/+54
|
* * apt-pkg/orderlist.cc:David Kalnischkies2010-07-281-0/+59
- try to install another or-group member in DepRemove before breaking the or group (Closes: #590438)