]> granicus.if.org Git - curl/commitdiff
we need to hide this warning since it otherwise appears on all verifiedserver
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Feb 2004 22:56:32 +0000 (22:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Feb 2004 22:56:32 +0000 (22:56 +0000)
requests to the ftp server!

tests/getpart.pm

index 7331be7e66d907def9d1c91054ac555cb988e1dc..cb890d96a941a42e8470f1132699a00fb6e97a2f 100644 (file)
@@ -103,7 +103,9 @@ sub loadtest {
     }
     else {
         # failure
-        print STDERR "file $file wouldn't open!\n";
+        if($warning) {
+            print STDERR "file $file wouldn't open!\n";
+        }
         return 1;
     }
     return 0;