runtests: don't use the SMB server verification time as reference

%FTPTIME2 and %FTPTIME3 should be set by the FTP server only, for
consistency.
This commit is contained in:
Dan Fandrich 2023-04-01 08:59:38 -07:00
parent d39db81192
commit f25627014e

View File

@ -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;
}