From 761a5ad2ec07f097b05c32427bd0ebddfd587987 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 4 May 2016 11:10:08 +0200 Subject: tests: allow to disable generation of InRelease/Release.gpg file If the test just signs release files to throw away one of them to test the other, we can just as well save the time and not create it. Git-Dch: Ignore --- test/integration/test-ubuntu-bug-784473-InRelease-one-message-only | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/integration/test-ubuntu-bug-784473-InRelease-one-message-only') diff --git a/test/integration/test-ubuntu-bug-784473-InRelease-one-message-only b/test/integration/test-ubuntu-bug-784473-InRelease-one-message-only index 21d7129ae..fe42ba83d 100755 --- a/test/integration/test-ubuntu-bug-784473-InRelease-one-message-only +++ b/test/integration/test-ubuntu-bug-784473-InRelease-one-message-only @@ -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 -- cgit v1.2.3