use 'best' hash for source authentication
[ntk/apt.git] / test / integration / test-bug-591882-conkeror
CommitLineData
f107544e
DK
1#!/bin/sh
2set -e
3
9962ae93 4TESTDIR=$(readlink -f $(dirname $0))
f107544e
DK
5. $TESTDIR/framework
6setupenvironment
7configarchitecture "i386"
ce9864a8 8setupaptarchive
f107544e
DK
9
10UPGRADEFAIL="Reading package lists...
11Building dependency tree...
12The following packages will be REMOVED:
13 conkeror libdatrie0 libkrb53 libxcb-xlib0 xulrunner-1.9
14The following NEW packages will be installed:
15 gcc-4.4-base libavahi-client3 libavahi-common-data libavahi-common3 libc-bin
16 libdatrie1 libdb4.7 libdb4.8 libdbus-1-3 libgssapi-krb5-2 libjasper1
17 libk5crypto3 libkrb5-3 libkrb5support0 liblzma2 libpam-modules libpam0g
18 libuuid1 libxcb-atom1 libxcb-aux0 libxcb-event1 libxml2 passwd
19 sensible-utils shared-mime-info xz-utils
20The following packages will be upgraded:
21 coreutils debconf debconf-i18n debianutils defoma dpkg file fontconfig
22 fontconfig-config libacl1 libatk1.0-0 libattr1 libbz2-1.0 libc6 libcairo2
23 libcomerr2 libcups2 libexpat1 libfontconfig1 libfreetype6 libgcc1
24 libgcrypt11 libgdbm3 libglib2.0-0 libgnutls26 libgpg-error0 libgtk2.0-0
25 libgtk2.0-common libhunspell-1.2-0 libice6 libjpeg62 libkeyutils1
26 liblocale-gettext-perl libmagic1 libncurses5 libnewt0.52 libnspr4-0d
27 libnss3-1d libpango1.0-0 libpango1.0-common libpcre3 libpixman-1-0
28 libpng12-0 libpopt0 libselinux1 libslang2 libsm6 libsqlite3-0
29 libstartup-notification0 libstdc++6 libtasn1-3 libtext-charwidth-perl
30 libtext-iconv-perl libtext-wrapi18n-perl libthai-data libthai0 libtiff4
31 libx11-6 libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcb1
32 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2
33 libxi6 libxinerama1 libxrandr2 libxrender1 libxt6 lsb-base ncurses-bin perl
34 perl-base perl-modules readline-common sed ttf-dejavu-core ucf whiptail
35 x11-common zlib1g
3687 upgraded, 26 newly installed, 5 to remove and 0 not upgraded.
1054d76b
DK
37Need to get 0 B/54.4 MB of archives.
38After this operation, 12.4 MB of additional disk space will be used.
f107544e
DK
39E: Trivial Only specified but this is not a trivial operation."
40
41UPGRADESUCCESS="Reading package lists...
42Building dependency tree...
43The following packages will be REMOVED:
44 libdatrie0 libkrb53 libxcb-xlib0 xulrunner-1.9
45The following NEW packages will be installed:
46 gcc-4.4-base libasound2 libavahi-client3 libavahi-common-data
47 libavahi-common3 libc-bin libdatrie1 libdb4.7 libdb4.8 libdbus-1-3
48 libgssapi-krb5-2 libjasper1 libk5crypto3 libkrb5-3 libkrb5support0 liblzma2
49 libmozjs2d libpam-modules libpam0g libreadline6 libuuid1 libxcb-atom1
50 libxcb-aux0 libxcb-event1 libxml2 passwd sensible-utils shared-mime-info
51 xulrunner-1.9.1 xz-utils
52The following packages will be upgraded:
53 conkeror coreutils debconf debconf-i18n debianutils defoma dpkg file
54 fontconfig fontconfig-config libacl1 libatk1.0-0 libattr1 libbz2-1.0 libc6
55 libcairo2 libcomerr2 libcups2 libexpat1 libfontconfig1 libfreetype6 libgcc1
56 libgcrypt11 libgdbm3 libglib2.0-0 libgnutls26 libgpg-error0 libgtk2.0-0
57 libgtk2.0-common libhunspell-1.2-0 libice6 libjpeg62 libkeyutils1
58 liblocale-gettext-perl libmagic1 libncurses5 libnewt0.52 libnspr4-0d
59 libnss3-1d libpango1.0-0 libpango1.0-common libpcre3 libpixman-1-0
60 libpng12-0 libpopt0 libselinux1 libslang2 libsm6 libsqlite3-0
61 libstartup-notification0 libstdc++6 libtasn1-3 libtext-charwidth-perl
62 libtext-iconv-perl libtext-wrapi18n-perl libthai-data libthai0 libtiff4
63 libx11-6 libx11-data libxau6 libxcb-render-util0 libxcb-render0 libxcb1
64 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxft2
65 libxi6 libxinerama1 libxrandr2 libxrender1 libxt6 lsb-base ncurses-bin perl
66 perl-base perl-modules readline-common sed ttf-dejavu-core ucf whiptail
67 x11-common zlib1g
6888 upgraded, 30 newly installed, 4 to remove and 0 not upgraded.
1054d76b
DK
69Need to get 0 B/62.9 MB of archives.
70After this operation, 36.0 MB of additional disk space will be used.
f107544e
DK
71E: Trivial Only specified but this is not a trivial operation."
72
73# Test that the old behavior can be restored with the option
74testequal "$UPGRADEFAIL" aptget dist-upgrade --trivial-only -o pkgProblemResolver::FixByInstall=0
75testequal "$UPGRADESUCCESS" aptget dist-upgrade --trivial-only #-o pkgProblemResolver::FixByInstall=0