]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-cli-show
4 TESTDIR
=$(readlink -f $(dirname $0))
8 configarchitecture
"i386"
10 DESCR
='Some description
11 That has multiple lines'
12 insertpackage
'unstable' 'foo' 'all' '1.0' '' '' "$DESCR"
13 insertinstalledpackage
'foo' 'all' '1.0'
17 APTARCHIVE
=$(readlink -f ./aptarchive)
19 # note that we do not display Description-md5 with the "apt" cmd
20 # and also show some additional fields that are calculated
21 testequal
"Package: foo
24 Installed-Size: 43.0 k
25 Maintainer: Joe Sixpack <joe@example.org>
28 Filename: pool/main/foo/foo_1.0_all.deb
29 Download-Size: unknown
30 Archive-Origin: unstable,now
32 Description: Some description
33 That has multiple lines