]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-policy-pinning
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-trans
[apt.git] / test / integration / test-policy-pinning
index 2281d7a1d259a1c9edf62bc4a3ef6fbee5c3c3e4..c08a2f103d3fd611b696b6b28f625b971f224c51 100755 (executable)
@@ -28,7 +28,7 @@ Pinned packages:" aptcache policy $*
 aptgetupdate() {
        # just to be sure that no old files are used
        rm -rf rootdir/var/lib/apt
-       if aptget update  --allow-unauthenticated -qq 2>&1 | grep '^E: '; then
+       if aptget update  --allow-insecure-repositories -qq 2>&1 | grep '^E: '; then
                msgwarn 'apt-get update failed with an error'
        fi
 }