summaryrefslogtreecommitdiff
path: root/test/integration/skip-avoid-avoiding-breaks-predepends
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies1-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
2013-08-12fix output redirection orderDavid Kalnischkies1-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
2012-03-03* apt-pkg/packagemanager.cc:David Kalnischkies1-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