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

output FAILED properly even when -s is used

parent e48747d9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -224,9 +224,7 @@ sub compare {

    $res = comparefiles($first, $sec);
    if ($res != 0) {
        if(!$short) {
        print " $text FAILED";
        }
        return 1;
    }