]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-file
do not use _apt for file/copy sources if it isn't world-accessible
[apt.git] / test / integration / test-apt-update-file
index c6e07f8b6b20613b7853d45579a58e0ba2fe98d2..78a8ca4054fe78dacd7b5fd1aa22b6656e332e64 100755 (executable)
@@ -14,14 +14,32 @@ configcompression 'bz2' 'gz'
 confighashes 'SHA512'
 
 insertpackage 'unstable' 'foo' 'all' '1'
+insertpackage 'unstable' 'bar' 'amd64' '1'
 insertsource 'unstable' 'foo' 'all' '1'
 
 setupaptarchive --no-update
 
 # ensure the archive is not writable
-addtrap 'prefix' 'chmod 750 aptarchive/dists/unstable/main/binary-all;'
-chmod 550 aptarchive/dists/unstable/main/binary-all
-
+addtrap 'prefix' 'chmod 755 aptarchive/dists/unstable/main/binary-all;'
+if [ "$(id -u)" = '0' ]; then
+       # too deep to notice it, but it also unlikely that files in the same repo have different permissions
+       chmod 500 aptarchive/dists/unstable/main/binary-all
+       testfailure aptget update
+       rm -rf rootdir/var/lib/apt/lists
+       chmod 755 aptarchive/dists/unstable/main/binary-all
+       testsuccess aptget update
+       rm -rf rootdir/var/lib/apt/lists
+       chmod 511 aptarchive/dists/
+       testsuccess aptget update
+       rm -rf rootdir/var/lib/apt/lists
+       chmod 510 aptarchive/dists/
+       testsuccesswithnotice aptget update -q=0
+       rm -rf rootdir/var/lib/apt/lists
+       chmod 500 aptarchive/dists/
+       testsuccesswithnotice aptget update -q=0
+       exit
+fi
+chmod 555 aptarchive/dists/unstable/main/binary-all
 testsuccess aptget update
 
 # the release files aren't an IMS-hit, but the indexes are