mirror of
https://github.com/curl/curl.git
synced 2026-07-22 21:47:16 +03:00
output FAILED properly even when -s is used
This commit is contained in:
parent
e48747d95d
commit
aa86f697f6
1 changed files with 1 additions and 3 deletions
|
|
@ -224,9 +224,7 @@ sub compare {
|
|||
|
||||
$res = comparefiles($first, $sec);
|
||||
if ($res != 0) {
|
||||
if(!$short) {
|
||||
print " $text FAILED";
|
||||
}
|
||||
print " $text FAILED";
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue