diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-02-14 18:59:46 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-02-14 22:25:30 +0100 |
commit | 755d1e4f94f3a862adc951d3732c661906cd555d (patch) | |
tree | e246f02f0a34d154ba455aa92b86203893d2d321 /test/integration/framework | |
parent | 18cce3980f34dc33f9c798204a344a8c1e4de6ba (diff) |
add a testcase to check for forbidden https→http downgrades
Git-Dch: Ignore
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 e4f018472..08d796a10 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1119,7 +1119,7 @@ testfailure() { if [ "$1" = '--nomsg' ]; then shift else - msgtest 'Test for failure in execution of' "$*" + msgtest 'Test for failure in execution of' "$*" fi local OUTPUT="${TMPWORKINGDIRECTORY}/rootdir/tmp/testfailure.output" if $@ >${OUTPUT} 2>&1; then |