summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-691453-apt-cache-search-multi-pattern
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-03-16test exitcode as well as string equalityDavid Kalnischkies1-6/+6
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
2013-06-09fix support for multiple patterns in apt-cache searchDavid Kalnischkies1-0/+33
Patterns can appear in the name as well as in the description, they don't have to match all in the name/description only. Closes: 691453