summaryrefslogtreecommitdiff
path: root/test/integration/test-ubuntu-bug-784473-InRelease-one-message-only
blob: 09315868bd7a51833bac34ae0a14d5496706d3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/bin/sh
set -e

TESTDIR=$(readlink -f $(dirname $0))
. $TESTDIR/framework
setupenvironment
configarchitecture 'i386'

insertpackage 'unstable' 'apt' 'i386' '0.8.11'

setupaptarchive

rm -rf rootdir/var/lib/apt/lists

find aptarchive/ -name 'Release.gpg' -delete
find aptarchive/ -name 'InRelease' -exec cp {} {}.old \;

for RELEASE in $(find aptarchive/ -name 'InRelease'); do
	(echo 'Origin: Marvin
Label: Marvin
Suite: experimental
Codename: experimental
MD5Sum:
 65fd410587b6978de2277f2912523f09     9360 Packages
 d27b294ed172a1fa9dd5a53949914c5d     4076 Packages.bz2
 2182897e0a2a0c09e760beaae117a015     2023 Packages.diff/Index
 1b895931853981ad8204d2439821b999     4144 Packages.gz'; echo; cat ${RELEASE}.old;) > ${RELEASE}
done

msgtest 'The unsigned garbage before signed block is' 'ignored'
aptget update -qq 2>&1 | grep -q 'W:.*Does not start with a cleartext signature' && msgpass || msgfail

ROOTDIR="$(readlink -f .)"
testequal "Package files:
 100 ${ROOTDIR}/rootdir/var/lib/dpkg/status
     release a=now
Pinned packages:" aptcache policy