Commit d6ccc33d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

when a test expects an error code but gets a different one, we now output

both of them
parent 1b2f4031
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@ sub singletest {
        }
        else {
            if(!$short) {
                print "curl returned $res\n";
                print "curl returned $res, ".(0+$errorcode)." was expected\n";
            }
            print " error FAILED\n";
            return 1;