1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

output FAILED properly even when -s is used

This commit is contained in:
Daniel Stenberg 2000-11-17 15:34:33 +00:00
parent e48747d95d
commit aa86f697f6

View File

@ -224,9 +224,7 @@ sub compare {
$res = comparefiles($first, $sec);
if ($res != 0) {
if(!$short) {
print " $text FAILED";
}
print " $text FAILED";
return 1;
}