summaryrefslogtreecommitdiff
path: root/test/integration/test-ubuntu-bug-761175-remove-purge
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
2015-05-11remove available file to have same dpkg -l behaviorDavid Kalnischkies1-1/+2
dpkg -l < 1.16.2 loads the available file and hence sees a package which later versions do not see, leading to failures on travis-ci. The different versions also have slightly different messages. Git-Dch: Ignore
2015-03-16test exitcode as well as string equalityDavid Kalnischkies1-2/+2
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
2014-12-07correct architecture detection for 'rc' packages for purgeDavid Kalnischkies1-21/+41
We were already considering these cases, but the code was flawed, so that packages changing architectures are incorrectly handled and hence the wrong architecture is used to call dpkg with, so that dpkg says the package isn't installed (which it isn't for the requested architecture). Closes: 770898
2013-08-12add chronic-like testsuccess/testfailure helpersDavid Kalnischkies1-4/+2
For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore
2011-10-11run integration tests on my new amd64 box without failuresDavid Kalnischkies1-4/+4
2011-04-16* apt-pkg/depcache.cc:David Kalnischkies1-0/+38
- really include 'rc' packages in the delete count by fixing a typo which exists since 1999 in the source… (LP: #761175)