diff options
author | Julian Andres Klode <jak@debian.org> | 2022-01-21 15:11:56 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2022-01-21 15:14:00 +0100 |
commit | 78981cd5ec19563cf3bca2495c56e31124ae069a (patch) | |
tree | fb0dc4d5128c612fba2111b9efbd23ab4af58ca4 /test/integration | |
parent | a25a4d3372ca621c4a98e369578e2769029e17be (diff) |
Add a --full mode to apt show
This adds back the missing fields that we do not show any
other way.
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-cli-show | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/integration/test-apt-cli-show b/test/integration/test-apt-cli-show index 72f079c1e..05a801f6a 100755 --- a/test/integration/test-apt-cli-show +++ b/test/integration/test-apt-cli-show @@ -42,6 +42,20 @@ APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines " apt show foo +testsuccessequal "Package: foo +Version: 1.0 +Priority: optional +Section: other +Maintainer: Joe Sixpack <joe@example.org> +Installed-Size: 43.0 kB +Filename: pool/main/foo/foo_1.0_all.deb +SHA256: 0000000000000000000000000000000000000000000000000000000000000000 +Download-Size: 42 B +APT-Manual-Installed: yes +APT-Sources: file:$APTARCHIVE unstable/main all Packages +Description: Some description + That has multiple lines +" apt show foo --full testsuccessequal "Package: bar Version: 1 Priority: optional |