]> git.saurik.com Git - apt.git/blob - test/integration/test-ubuntu-bug-784473-InRelease-one-message-only
tests: disable EIPP logging in test-compressed-indexes
[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 export APT_DONT_SIGN='Release.gpg'
12 setupaptarchive --no-update
13
14 find aptarchive/ -name 'InRelease' -exec cp {} {}.old \;
15
16 for RELEASE in $(find aptarchive/ -name 'InRelease'); do
17 (echo 'Origin: Marvin
18 Label: Marvin
19 Suite: experimental
20 Codename: experimental
21 MD5Sum:
22 65fd410587b6978de2277f2912523f09 9360 Packages
23 d27b294ed172a1fa9dd5a53949914c5d 4076 Packages.bz2
24 2182897e0a2a0c09e760beaae117a015 2023 Packages.diff/Index
25 1b895931853981ad8204d2439821b999 4144 Packages.gz'; echo; cat ${RELEASE}.old;) > ${RELEASE}
26 done
27
28 testfailure aptget update
29 testsuccess grep '^E:.*Clearsigned file .*NOSPLIT.*' rootdir/tmp/testfailure.output
30
31
32 ROOTDIR="$(readlink -f .)"
33 testsuccessequal "Package files:
34 100 ${ROOTDIR}/rootdir/var/lib/dpkg/status
35 release a=now
36 Pinned packages:" aptcache policy