use 'best' hash for source authentication
[ntk/apt.git] / test / integration / test-ubuntu-bug-859188-multiarch-reinstall
CommitLineData
9535a4db
DK
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6setupenvironment
7configarchitecture 'amd64' 'i386' 'armel'
8
9buildsimplenativepackage 'libsame' 'amd64,i386,armel' '1.0' 'unstable' 'Multi-Arch: same'
10
9535a4db
DK
11setupaptarchive
12
df7d029c
DK
13testsuccess aptget install libsame libsame:i386
14
9535a4db
DK
15REINSTALL='Reading package lists...
16Building dependency tree...
df7d029c 17Reading state information...
9535a4db
DK
180 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
19Inst libsame [1.0] (1.0 unstable [amd64])
20Inst libsame:i386 [1.0] (1.0 unstable [i386])
21Conf libsame (1.0 unstable [amd64])
22Conf libsame:i386 (1.0 unstable [i386])'
23
24testequal "$REINSTALL" aptget install --reinstall libsame -s
25testequal "$REINSTALL" aptget install --reinstall libsame:amd64 -s
26testequal "$REINSTALL" aptget install --reinstall libsame:i386 -s
27testequal "$REINSTALL" aptget install --reinstall libsame:amd64 libsame:i386 -s