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 e787796..bbe9936 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;
     }