diff options
Diffstat (limited to 'test/integration/test-releasefile-verification')
-rwxr-xr-x | test/integration/test-releasefile-verification | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/integration/test-releasefile-verification b/test/integration/test-releasefile-verification index a95c20fd4..217319cab 100755 --- a/test/integration/test-releasefile-verification +++ b/test/integration/test-releasefile-verification @@ -7,6 +7,7 @@ TESTDIR="$(readlink -f "$(dirname "$0")")" setupenvironment configarchitecture "i386" +export APT_DONT_SIGN='Release.gpg' buildaptarchive setupflataptarchive changetowebserver @@ -368,7 +369,7 @@ runtest3() { export APT_DONT_SIGN="$DELETEFILE" msgmsg "Running test with deletion of $DELETEFILE and $1 digest" runtest - unset APT_DONT_SIGN + export APT_DONT_SIGN='Release.gpg' done } @@ -424,7 +425,7 @@ runfailure() { testsuccessequal "$(cat "${PKGFILE}") " aptcache show apt failaptold - unset APT_DONT_SIGN + export APT_DONT_SIGN='Release.gpg' done } runfailure |