From: Dan Fandrich Date: Sat, 1 Apr 2023 15:59:38 +0000 (-0700) Subject: runtests: don't use the SMB server verification time as reference X-Git-Tag: curl-8_1_0~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f25627014ebe0a3c0402f3a6853bc62339f95c69;p=thirdparty%2Fcurl.git runtests: don't use the SMB server verification time as reference %FTPTIME2 and %FTPTIME3 should be set by the FTP server only, for consistency. --- diff --git a/tests/servers.pm b/tests/servers.pm index 741d0873e2..b16a66f31c 100644 --- a/tests/servers.pm +++ b/tests/servers.pm @@ -930,7 +930,6 @@ sub verifysmb { if($verbose) { logmsg "RUN: Verifying our test $server server took $took seconds\n"; } - $ftpchecktime = $took>=1?$took:1; # make sure it never is below 1 return $pid; }