]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
add a testcase to check for forbidden https→http downgrades
[apt.git] / test / integration / framework
index e4f0184726e98b1abc560c204558e5be922b99bd..08d796a108ffd8fe25cec824cdab45ae63def143 100644 (file)
@@ -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