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:
parent
e48747d95d
commit
aa86f697f6
@ -224,9 +224,7 @@ sub compare {
|
||||
|
||||
$res = comparefiles($first, $sec);
|
||||
if ($res != 0) {
|
||||
if(!$short) {
|
||||
print " $text FAILED";
|
||||
}
|
||||
print " $text FAILED";
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user