]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-hashsum-verification
add gzip test and todo
[apt.git] / test / integration / test-hashsum-verification
index e77efb46e37c5c2e353284190e38ef54788aae12..70bf1b4761b90d0c89181e1d4cd4919e1ed21cf6 100755 (executable)
@@ -75,5 +75,13 @@ runtest() {
 
 }
 
-runtest
-
+for COMPRESSEDINDEXES in 'false' 'true'; do
+       echo "Acquire::GzipIndexes \"$COMPRESSEDINDEXES\";" > rootdir/etc/apt/apt.conf.d/compressindexes
+       if $COMPRESSEDINDEXES; then
+               msgmsg 'Run tests with GzipIndexes enabled'
+       else
+               msgmsg 'Run tests with GzipIndexes disabled'
+       fi
+        runtest
+done