]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-download
add --sha512 option + documentation for apt-ftparchive
[apt.git] / test / integration / test-apt-get-download
index 6503bbd1cb10b3751ccc3a365db0ce9e7cb5d13d..fa0b65672ae741cbfb77166902f022bcdef05be2 100755 (executable)
@@ -38,7 +38,7 @@ testdownload() {
                APT="${APT}/${3}"
        fi
        msgtest "Test download of package file $1 with" "$APT"
-       testsuccess --nomsg aptget download ${APT}
+       testsuccess --nomsg aptget download ${APT} -o Debug::pkgAcquire::Worker=1 -o Debug::pkgAcquire::Auth=1
        testsuccess test -f "$1"
        rm -f "$1"
 }