summaryrefslogtreecommitdiff
path: root/test/integration/skip-avoid-avoiding-breaks-predepends
Commit message (Collapse)AuthorAgeFilesLines
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-2/+2
| | | | | | | 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
* fix output redirection orderDavid Kalnischkies2013-08-121-1/+1
| | | | | | | First redirect output to a file, then redirect other outputs to this output, not the other way around as this will not work. Git-Dch: Ignore
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-031-0/+21
- do not try to a void a breaks if the broken package pre-depends on the breaker, but let dpkg auto-deconfigure it