diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-14 17:11:07 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-14 19:10:47 +0100 |
commit | dc95fee18e8df2b00404c7d0f321f5b78e00f170 (patch) | |
tree | af4340d89e8d611cdb37a39b27c7d9ab5f0015fd /test/integration/framework | |
parent | 3f621056f7f672988c0efc6d38935c22b5ae041f (diff) |
disable https->http redirects in libcurl
This change prevents changing the protocol from https to http.
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index f3699861b..e4f018472 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -901,7 +901,7 @@ changetohttpswebserver() { msgdie 'You need to install stunnel4 for https testcases' fi if [ ! -e "${TMPWORKINGDIRECTORY}/aptarchive/aptwebserver.pid" ]; then - changetowebserver --no-rewrite + changetowebserver --no-rewrite "$@" fi echo "pid = ${TMPWORKINGDIRECTORY}/aptarchive/stunnel.pid cert = ${TESTDIRECTORY}/apt.pem |