]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-ubuntu-bug-784473-InRelease-one-message-only
ensure filesize of deb is included in the hashes list
[apt.git] / test / integration / test-ubuntu-bug-784473-InRelease-one-message-only
index 21d7129aeba5ef93c0f94f3e005c0b02618337d5..fe42ba83de2c4789bc75e71e30c1cb0e3cfd553a 100755 (executable)
@@ -8,11 +8,9 @@ configarchitecture 'i386'
 
 insertpackage 'unstable' 'apt' 'i386' '0.8.11'
 
-setupaptarchive
+export APT_DONT_SIGN='Release.gpg'
+setupaptarchive --no-update
 
-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