]>
Commit | Line | Data |
---|---|---|
0c6aa02e DK |
1 | #!/bin/sh |
2 | set -e | |
3 | ||
3abb6a6a DK |
4 | TESTDIR="$(readlink -f "$(dirname "$0")")" |
5 | . "$TESTDIR/framework" | |
0c6aa02e DK |
6 | setupenvironment |
7 | configarchitecture "i386" | |
8 | setupaptarchive | |
9 | ||
25b86db1 | 10 | testfailureequal "Reading package lists... |
0c6aa02e DK |
11 | Building dependency tree... |
12 | The following packages will be REMOVED: | |
13 | exim4 exim4-daemon-light | |
14 | The following NEW packages will be installed: | |
15 | postfix | |
16 | 0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded. | |
17 | Need to get 0 B/1326 kB of archives. | |
18 | After this operation, 2236 kB of additional disk space will be used. | |
19 | E: Trivial Only specified but this is not a trivial operation." aptget install postfix --trivial-only |