]> git.saurik.com Git - apt.git/blame_incremental - test/integration/test-bug-598669-install-postfix-gets-exim-heavy
add a testcase for support of various build-dependency types
[apt.git] / test / integration / test-bug-598669-install-postfix-gets-exim-heavy
... / ...
CommitLineData
1#!/bin/sh
2set -e
3
4TESTDIR="$(readlink -f "$(dirname "$0")")"
5. "$TESTDIR/framework"
6setupenvironment
7configarchitecture "i386"
8setupaptarchive
9
10testfailureequal "Reading package lists...
11Building dependency tree...
12The following packages will be REMOVED:
13 exim4 exim4-daemon-light
14The following NEW packages will be installed:
15 postfix
160 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
17Need to get 0 B/1326 kB of archives.
18After this operation, 2236 kB of additional disk space will be used.
19E: Trivial Only specified but this is not a trivial operation." aptget install postfix --trivial-only