]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-hashsum-verification
tests: support 'installed' release in insertpackage
[apt.git] / test / integration / test-hashsum-verification
index 2db2bab0f44fc9db173570ad52e111b0818e2b2e..5f88110b3f13cdc2f55c53460be57dcf301d5272 100755 (executable)
@@ -70,7 +70,7 @@ runtest() {
         rm -rf rootdir/var/lib/apt/lists
         rm aptarchive/InRelease aptarchive/Release.gpg
         msgtest 'unsigned apt-get update gets the expected hashsum mismatch'
-       aptget update --allow-unauthenticated >output.log 2>&1 || true
+       aptget update --allow-insecure-repositories >output.log 2>&1 || true
         if grep -q "Hash Sum mismatch" output.log; then
             msgpass
         else