]> git.saurik.com Git - apt.git/blame - test/integration/test-bug-745036-new-foreign-invalidates-cache
apt-key: warn instead of fail on unreadable keyrings
[apt.git] / test / integration / test-bug-745036-new-foreign-invalidates-cache
CommitLineData
7a223b93
DK
1#!/bin/sh
2set -e
3
3abb6a6a
DK
4TESTDIR="$(readlink -f "$(dirname "$0")")"
5. "$TESTDIR/framework"
7a223b93
DK
6setupenvironment
7configarchitecture 'amd64'
8
10e100e5
DK
9insertpackage 'unstable,installed' 'cool-foo' 'amd64' '1.0' 'Depends: foo'
10insertpackage 'unstable,installed' 'foo' 'amd64' '1.0' 'Multi-Arch: foreign'
7a223b93
DK
11
12setupaptarchive
13
14testsuccess aptget check -s
15
16configarchitecture 'amd64' 'i386'
25b86db1 17testfailureequal 'E: The package cache was built for different architectures: amd64 vs amd64,i386' aptget check -s -o pkgCacheFile::Generate=false
7a223b93
DK
18
19testsuccess aptget check -s
20
21insertinstalledpackage 'awesome-foo' 'i386' '1.0' 'Depends: foo'
22
23testsuccess aptget check -s
24
25testsuccess aptget update --no-download
26
27testsuccess aptget check -s