]> git.saurik.com Git - apt.git/blame - test/integration/test-apt-cli-show
add "apt full-upgrade" and tweak "apt upgrade"
[apt.git] / test / integration / test-apt-cli-show
CommitLineData
6d73fe5b
MV
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6
7setupenvironment
8configarchitecture "i386"
9
10DESCR='Some description
11 That has multiple lines'
12insertpackage 'unstable' 'foo' 'all' '1.0' '' '' "$DESCR"
13
14setupaptarchive
15
16APTARCHIVE=$(readlink -f ./aptarchive)
17
18# note that we do not display Description-md5 with the "apt" cmd
19testequal "Package: foo
20Priority: optional
21Section: other
22Installed-Size: 42
23Maintainer: Joe Sixpack <joe@example.org>
24Architecture: all
25Version: 1.0
26Filename: pool/main/foo/foo_1.0_all.deb
27Description: Some description
28 That has multiple lines
29" apt show foo