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
1 changed files with 1 additions and 3 deletions

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;
}