]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-596498-trusted-unsigned-repo
testcases runable as root
[apt.git] / test / integration / test-bug-596498-trusted-unsigned-repo
index 06c9c82854e09a198a5aceffa86ef103c7489347..a08c153f82ebd80fe30617143f772dd87a137d5d 100755 (executable)
@@ -12,7 +12,7 @@ setupaptarchive
 
 aptgetupdate() {
        rm -rf rootdir/var/lib/apt/ rootdir/var/cache/apt/*.bin
-       aptget update -qq
+       testsuccess aptget update --allow-insecure-repositories
 }
 
 PKGTEXT="$(aptget install cool --assume-no -d | head -n 7)"