3 # Ensure that we do not modify file:/// uris (regression test for
8 TESTDIR
=$(readlink -f $(dirname $0))
12 configarchitecture
"amd64"
13 configcompression
'bz2' 'gz'
15 insertpackage
'unstable' 'foo' 'all' '1.0'
18 setupaptarchive
--no-update
20 # ensure the archive is not writable
21 chmod 550 aptarchive
/dists
/unstable
/main
/binary
-amd64
23 testsuccess aptget update
-qq
24 testsuccess aptget update
-qq
26 # the cleanup should still work
27 chmod 750 aptarchive
/dists
/unstable
/main
/binary
-amd64