use 'best' hash for source authentication
[ntk/apt.git] / test / integration / test-bug-613420-new-garbage-dependency
CommitLineData
c8b98973
DK
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6setupenvironment
7configarchitecture "i386"
8
9insertpackage 'unstable' 'libreoffice' 'all' '1:3.3.1~rc1-2' 'Depends: libreoffice-core'
10insertpackage 'unstable' 'libreoffice-core' 'all' '1:3.3.1~rc1-2' 'Conflicts: openoffice.org-core'
11insertpackage 'unstable' 'libreoffice-officebean' 'all' '1:3.3.1~rc1-2' 'Depends: libreoffice-core'
12insertpackage 'unstable' 'openoffice.org-officebean' 'all' '1:3.3.0-5' 'Depends: libreoffice-officebean'
13
14
15setupaptarchive
16
17touch rootdir/var/lib/apt/extended_states
0440d936 18testsuccess aptmark markauto openoffice.org-officebean
c8b98973
DK
19testmarkedauto openoffice.org-officebean
20
21testequal "Reading package lists...
22Building dependency tree...
23Reading state information...
24The following packages were automatically installed and are no longer required:
fdfdba56 25 libreoffice-officebean openoffice.org-officebean
c8b98973
DK
26Use 'apt-get autoremove' to remove them.
27The following extra packages will be installed:
28 libreoffice-core libreoffice-officebean openoffice.org-officebean
29The following packages will be REMOVED:
30 openoffice.org-core
31The following NEW packages will be installed:
32 libreoffice libreoffice-core libreoffice-officebean
33The following packages will be upgraded:
34 openoffice.org-officebean
351 upgraded, 3 newly installed, 1 to remove and 0 not upgraded.
36After this operation, 126 MB disk space will be freed.
37E: Trivial Only specified but this is not a trivial operation." aptget install libreoffice --trivial-only