]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-transactions
a hit on Release files means the indexes will be hits too
[apt.git] / test / integration / test-apt-update-transactions
index b325733ac460d502e182c516aebb142253ef0fa2..f028ac0c771bcdf1b3dea75f4554ff9bea2e1ef9 100755 (executable)
@@ -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'