summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-list
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
* move 'search' implementations as wellDavid Kalnischkies2015-11-041-8/+5
| | | | Git-Dch: Ignore
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-11/+10
| | | | | | | | 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
* Add testcase for apt list --all-versionsMichael Vogt2014-09-021-1/+3
| | | | Dch-Ignore: true
* Avoid yielding blank lines with APT::Cmd::use-format=trueAndreas Oberritter2014-09-021-1/+4
|
* Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sidMichael Vogt2014-04-111-0/+13
|\ | | | | | | | | Conflicts: test/integration/test-apt-cli-list
| * Notice the user about "apt list -a" when only a single hit if foundMichael Vogt2014-04-091-0/+12
| | | | | | | | | | | | If the user is using "apt list pattern" and there is only a single hit, notice about "--all-versions" as this is what the user may be interessted in
* | fix apt list output for pkgs in dpkg ^rc stateMichael Vogt2014-04-081-0/+5
|/ | | | | | Packages in the "deinstall ok config-file" have no candidate or instaleld version. So they must be special cased in the apt list generation.
* skip test if "apt" is not buildMichael Vogt2014-02-221-0/+6
|
* show "status" in apt list lastMichael Vogt2014-01-311-9/+9
|
* add integration test for apt searchMichael Vogt2014-01-221-0/+47