diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-24 22:20:28 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-24 22:20:28 +0100 |
commit | 17622532ce19a1bcebfebdfc9ec20a7e3df9dbff (patch) | |
tree | ce7649e267efdb350b27d3a674fc0ac1de4b257b /test/integration/test-apt-cli-show | |
parent | 1179953a0bbf82ba22a2692586ce4f1936b2bdc9 (diff) |
hide more from apt show
Hide the Hashes,Filename,Multi-Arch,Architecture by default from
"apt show". The information is still available via apt-cache show.
Also improve the output of the Size-
Diffstat (limited to 'test/integration/test-apt-cli-show')
-rwxr-xr-x | test/integration/test-apt-cli-show | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/integration/test-apt-cli-show b/test/integration/test-apt-cli-show index 11a93f268..91cc9a3c0 100755 --- a/test/integration/test-apt-cli-show +++ b/test/integration/test-apt-cli-show @@ -21,14 +21,12 @@ APTARCHIVE=$(readlink -f ./aptarchive) testequal "Package: foo Priority: optional Section: other -Installed-Size: 43.0 k +Installed-Size: 43.0 kB Maintainer: Joe Sixpack <joe@example.org> -Architecture: all Version: 1.0 -Filename: pool/main/foo/foo_1.0_all.deb Download-Size: unknown -Archive-Origin: unstable,now -Manual-Installed: yes +APT-Manual-Installed: yes +APT-Sources: file:$APTARCHIVE/ unstable/main i386 Packages Description: Some description That has multiple lines " apt show foo |