]> git.saurik.com Git - apt.git/blob - test/integration/test-ubuntu-bug-784473-InRelease-one-message-only
require $(HASH)-Download field in .diff/Index files
[apt.git] / test / integration / test-ubuntu-bug-784473-InRelease-one-message-only
1 #!/bin/sh
2 set -e
3
4 TESTDIR="$(readlink -f "$(dirname "$0")")"
5 . "$TESTDIR/framework"
6 setupenvironment
7 configarchitecture 'i386'
8
9 insertpackage 'unstable' 'apt' 'i386' '0.8.11'
10
11 setupaptarchive
12
13 rm -rf rootdir/var/lib/apt/lists
14
15 find aptarchive/ -name 'Release.gpg' -delete
16 find aptarchive/ -name 'InRelease' -exec cp {} {}.old \;
17
18 for RELEASE in $(find aptarchive/ -name 'InRelease'); do
19 (echo 'Origin: Marvin
20 Label: Marvin
21 Suite: experimental
22 Codename: experimental
23 MD5Sum:
24 65fd410587b6978de2277f2912523f09 9360 Packages
25 d27b294ed172a1fa9dd5a53949914c5d 4076 Packages.bz2
26 2182897e0a2a0c09e760beaae117a015 2023 Packages.diff/Index
27 1b895931853981ad8204d2439821b999 4144 Packages.gz'; echo; cat ${RELEASE}.old;) > ${RELEASE}
28 done
29
30 testfailure aptget update
31 testsuccess grep '^W:.*Clearsigned file .*NOSPLIT.*' rootdir/tmp/testfailure.output
32
33
34 ROOTDIR="$(readlink -f .)"
35 testsuccessequal "Package files:
36 100 ${ROOTDIR}/rootdir/var/lib/dpkg/status
37 release a=now
38 Pinned packages:" aptcache policy