From aa86f697f618b9af3f95f3b4e0402c2838148ac1 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 17 Nov 2000 15:34:33 +0000
Subject: [PATCH] output FAILED properly even when -s is used

---
 tests/runtests.pl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index e787796d5b..bbe993642c 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -224,9 +224,7 @@ sub compare {
 
     $res = comparefiles($first, $sec);
     if ($res != 0) {
-        if(!$short) {
-            print " $text FAILED";
-        }
+        print " $text FAILED";
         return 1;
     }
 
-- 
GitLab