Commit 2c80bcbc authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

made the non-matching error code output nicer since we know it is a number

and the string contains a newline...
parent b60dbfa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2318,7 +2318,7 @@ sub singletest {
    }
    else {
        if(!$short) {
            printf "\ncurl returned $cmdres, %s was expected\n", $errorcode;
            printf "\ncurl returned $cmdres, %d was expected\n", $errorcode;
        }
        logmsg " exit FAILED\n";
        return 1;