X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/295d848b37e1211feae5d37db27f148dc9ea3d38..ba6b79bd0090077724fa1272ea4d3a31706fcd5a:/test/integration/test-apt-update-transactions?ds=inline diff --git a/test/integration/test-apt-update-transactions b/test/integration/test-apt-update-transactions index b325733ac..f028ac0c7 100755 --- a/test/integration/test-apt-update-transactions +++ b/test/integration/test-apt-update-transactions @@ -59,6 +59,13 @@ testsetup() { } testsetup 'file' + changetowebserver +webserverconfig 'aptwebserver::support::modified-since' 'false' "$1" +webserverconfig 'aptwebserver::support::last-modified' 'false' "$1" # curl is clever and sees hits here also + testsetup 'http' +changetohttpswebserver + +testsetup 'https'