From: Daniel Stenberg Date: Fri, 17 Nov 2000 15:34:33 +0000 (+0000) Subject: output FAILED properly even when -s is used X-Git-Tag: curl-7_5~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa86f697f618b9af3f95f3b4e0402c2838148ac1;p=curl output FAILED properly even when -s is used --- diff --git a/tests/runtests.pl b/tests/runtests.pl index e787796d5..bbe993642 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -224,9 +224,7 @@ sub compare { $res = comparefiles($first, $sec); if ($res != 0) { - if(!$short) { - print " $text FAILED"; - } + print " $text FAILED"; return 1; }