]>
git.saurik.com Git - apt.git/blob - test/integration/test-ubuntu-bug-859188-multiarch-reinstall
4 TESTDIR
="$(readlink -f "$(dirname "$0")")"
7 configarchitecture 'amd64' 'i386' 'armel'
9 buildsimplenativepackage 'libsame' 'amd64,i386,armel' '1.0' 'unstable' 'Multi-Arch: same'
13 testsuccess aptget install libsame libsame:i386
15 REINSTALL='Reading package lists...
16 Building dependency tree...
17 Reading state information...
18 0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
19 Inst libsame [1.0] (1.0 unstable [amd64])
20 Inst libsame:i386 [1.0] (1.0 unstable [i386])
21 Conf libsame (1.0 unstable [amd64])
22 Conf libsame:i386 (1.0 unstable [i386])'
24 testsuccessequal "$REINSTALL" aptget install --reinstall libsame -s
25 testsuccessequal "$REINSTALL" aptget install --reinstall libsame:amd64 -s
26 testsuccessequal "$REINSTALL" aptget install --reinstall libsame:i386 -s
27 testsuccessequal "$REINSTALL" aptget install --reinstall libsame:amd64 libsame:i386 -s