diff options
author | Michael Vogt <mvo@debian.org> | 2014-09-26 22:45:18 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-09-26 23:33:57 +0200 |
commit | bca84917c326fa3158e120147c8aecebe0789b47 (patch) | |
tree | 005e2998d4f9499c422d16ea028631086c31c2ee /test/integration/test-bug-717891-abolute-uris-for-proxies | |
parent | 631a7dc7906a10ccd5f14dcfe42224e6107e11f6 (diff) |
test fixes
Diffstat (limited to 'test/integration/test-bug-717891-abolute-uris-for-proxies')
-rwxr-xr-x | test/integration/test-bug-717891-abolute-uris-for-proxies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-717891-abolute-uris-for-proxies b/test/integration/test-bug-717891-abolute-uris-for-proxies index ac1d6ec11..a8947b5e2 100755 --- a/test/integration/test-bug-717891-abolute-uris-for-proxies +++ b/test/integration/test-bug-717891-abolute-uris-for-proxies @@ -12,7 +12,7 @@ setupaptarchive changetowebserver --request-absolute='uri' msgtest 'Check that absolute paths are' 'not accepted' -testfailure --nomsg aptget update +testfailure --nomsg aptget update --allow-unauthenticated echo 'Acquire::http::Proxy "http://localhost:8080";' > rootdir/etc/apt/apt.conf.d/99proxy |