aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 06eb01c43..2b74f6b47 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -728,7 +728,7 @@ sub verifyhttp {
sub verifyftp {
my ($proto, $ipvnum, $idnum, $ip, $port) = @_;
my $server = servername_id($proto, $ipvnum, $idnum);
- my $pid;
+ my $pid = 0;
my $time=time();
my $extra="";
if($proto eq "ftps") {
@@ -755,7 +755,7 @@ sub verifyftp {
last;
}
}
- if($pid <= 0 && $data[0]) {
+ if($pid <= 0 && @data && $data[0]) {
# this is not a known server
logmsg "RUN: Unknown server on our ". uc($proto) ." port: $port\n";
return 0;