]> granicus.if.org Git - curl/commitdiff
output FAILED properly even when -s is used
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Nov 2000 15:34:33 +0000 (15:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Nov 2000 15:34:33 +0000 (15:34 +0000)
tests/runtests.pl

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