diff options
Diffstat (limited to 'test/integration/test-bug-602412-dequote-redirect')
-rwxr-xr-x | test/integration/test-bug-602412-dequote-redirect | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/integration/test-bug-602412-dequote-redirect b/test/integration/test-bug-602412-dequote-redirect index 43ecda867..c20443559 100755 --- a/test/integration/test-bug-602412-dequote-redirect +++ b/test/integration/test-bug-602412-dequote-redirect @@ -19,12 +19,11 @@ msgtest 'Test redirection works in' 'apt-get update' aptget update -qq && msgpass || msgfail # check that I-M-S header is kept in redirections -testequal 'Hit http://localhost unstable Release.gpg -Hit http://localhost unstable Release -Hit http://localhost unstable/main Sources -Hit http://localhost unstable/main amd64 Packages -Hit http://localhost unstable/main Translation-en -Reading package lists...' aptget update +testequal 'Hit http://localhost:8080 unstable InRelease +Hit http://localhost:8080 unstable/main Sources +Hit http://localhost:8080 unstable/main amd64 Packages +Hit http://localhost:8080 unstable/main Translation-en +Reading package lists...' aptget update #-o debug::pkgacquire=1 -o debug::pkgacquire::worker=1 msgtest 'Test redirection works in' 'package download' aptget install unrelated --download-only -qq && msgpass || msgfail |