Loading tests/ftpserver.pl +3 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ sub ftpmsg { open(INPUT, ">>log/server$ftpdnum.input") || logmsg "failed to open log/server$ftpdnum.input\n"; INPUT->autoflush(1); print INPUT @_; close(INPUT); Loading Loading @@ -297,7 +296,7 @@ sub SIZE_command { } sub RETR_command { my $testno = $_[0]; my ($testno) = @_; logmsg "RETR file \"$testno\"\n"; Loading @@ -318,6 +317,8 @@ sub RETR_command { return 0; } $testno =~ s/^([^0-9]*)//; loadtest("$srcdir/data/test$testno"); my @data = getpart("reply", "data"); Loading Loading
tests/ftpserver.pl +3 −2 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ sub ftpmsg { open(INPUT, ">>log/server$ftpdnum.input") || logmsg "failed to open log/server$ftpdnum.input\n"; INPUT->autoflush(1); print INPUT @_; close(INPUT); Loading Loading @@ -297,7 +296,7 @@ sub SIZE_command { } sub RETR_command { my $testno = $_[0]; my ($testno) = @_; logmsg "RETR file \"$testno\"\n"; Loading @@ -318,6 +317,8 @@ sub RETR_command { return 0; } $testno =~ s/^([^0-9]*)//; loadtest("$srcdir/data/test$testno"); my @data = getpart("reply", "data"); Loading