]>
git.saurik.com Git - apt.git/blob - test/integration/test-ubuntu-bug-784473-InRelease-one-message-only
4 TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
'i386'
9 insertpackage
'unstable' 'apt' 'i386' '0.8.11'
13 rm -rf rootdir
/var
/lib
/apt
/lists
15 find aptarchive
/ -name 'Release.gpg' -delete
16 find aptarchive
/ -name 'InRelease' -exec cp {} {}.old \
;
18 for RELEASE
in $(find aptarchive/ -name 'InRelease'); do
22 Codename: experimental
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}
29 aptget update
-qq > /dev
/null
2> starts
-with-unsigned.msg
30 sed -i 's#File .*InRelease#File InRelease#' starts
-with-unsigned.msg
31 testfileequal starts
-with-unsigned.msg
"W: GPG error: file: unstable InRelease: File InRelease doesn't start with a clearsigned message"