]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-source-authenticated
chown finished partial files earlier
[apt.git] / test / integration / test-apt-get-source-authenticated
index fedfc83086a5a4154a2d619e27bdb417847e3c48..f68c323861998e35ebbac072883068f80210ed34 100755 (executable)
@@ -25,7 +25,10 @@ testwarning aptget update --allow-insecure-repositories
 
 # this all should fail
 testfailure aptget install -y foo
+cd downloaded
 testfailure aptget source foo
-
+testfailure test -e foo_2.0.dsc
 # allow overriding the warning
-testsuccess aptget source --allow-unauthenticated foo
+testsuccess aptget source --allow-unauthenticated foo -o Debug::pkgAcquire::Worker=1
+testsuccess test -s foo_2.0.dsc -a -L foo_2.0.dsc
+testaccessrights 'foo_2.0.dsc' '777'