summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-cli-list
Commit message (Collapse)AuthorAgeFilesLines
* Show all architectures in 'apt list' outputDavid Kalnischkies2018-09-151-4/+23
| | | | | | | | | The uniqueness in std::set containers is ensured by the ordering operator we provide, but it was not considering that different versions can have the same description like the different architectures for a version of a package. Closes: #908218
* Fix typos reported by codespell & spellintianDavid Kalnischkies2018-08-291-1/+1
| | | | | | | | No user-visible change as it effects mostly code comments and not a single error message, manpage or similar. Reported-By: codespell & spellintian Gbp-Dch: Ignore
* test: Always install dpkg into our tests, regardless of MAJulian Andres Klode2016-09-071-0/+2
| | | | | | | | | | Even if we only configure a single architecture, install dpkg, so dpkg can assert multi arch correctly. This also has the nice side effect of making single architecture and multiple architecture test cases more uniform. This fixes a regression from f878d3a862128bc1385616751ae1d78246b1bd01 ("test: Assert multi-arch in the chroot").
* 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