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-738785-switch-protocol | |
parent | 631a7dc7906a10ccd5f14dcfe42224e6107e11f6 (diff) |
test fixes
Diffstat (limited to 'test/integration/test-bug-738785-switch-protocol')
-rwxr-xr-x | test/integration/test-bug-738785-switch-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-738785-switch-protocol b/test/integration/test-bug-738785-switch-protocol index 1e5748eae..4ff044515 100755 --- a/test/integration/test-bug-738785-switch-protocol +++ b/test/integration/test-bug-738785-switch-protocol @@ -60,4 +60,4 @@ mv rootdir/${COPYMETHODS}.bak rootdir/${COPYMETHODS} # check that downgrades from https to http are not allowed webserverconfig 'aptwebserver::support::http' 'true' sed -i -e 's#:8080/redirectme#:4433/downgrademe#' -e 's# http:# https:#' rootdir/etc/apt/sources.list.d/* -testfailure aptget update +testfailure aptget update --allow-unauthenticated |