]>
git.saurik.com Git - apt.git/blob - test/integration/test-bug-602412-dequote-redirect
4 TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
'amd64'
9 buildsimplenativepackage
'unrelated' 'all' '0.5~squeeze1' 'unstable'
12 changetowebserver
-o aptwebserver
::redirect
::replace
::/pool
/=/newpool
/ \
13 -o aptwebserver
::redirect
::replace
::/dists
/=/newdists
/
15 mv aptarchive
/pool aptarchive
/newpool
16 mv aptarchive
/dists aptarchive
/newdists
19 msgtest
'Test redirection works in' 'apt-get update'
20 testsuccess
--nomsg aptget update
22 # check that I-M-S header is kept in redirections
23 testequal
"Hit $1 unstable InRelease
24 Hit $1 unstable/main Sources
25 Hit $1 unstable/main amd64 Packages
26 Hit $1 unstable/main Translation-en
27 Reading package lists..." aptget update
29 msgtest
'Test redirection works in' 'package download'
30 testsuccess
--nomsg aptget
install unrelated
--download-only -y
33 testrun
'http://localhost:8080'
35 rm -rf rootdir
/var
/lib
/apt
/lists rootdir
/var
/cache
/apt
/archives
36 changetohttpswebserver
38 testrun
'https://localhost:4433'