diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ftpserver.pl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index a5740842c..21d3c1770 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -967,13 +967,13 @@ sub LIST_imap { logmsg "LIST_imap got $args\n"; if ($reference eq "verifiedserver") { - # this is the secret command that verifies that this actually is - # the curl test server - @data = ("* LIST () \"/\" \"WE ROOLZ: $$\"\r\n"); - if($verbose) { - print STDERR "FTPD: We returned proof we are the test server\n"; - } - logmsg "return proof we are we\n"; + # this is the secret command that verifies that this actually is + # the curl test server + @data = ("* LIST () \"/\" \"WE ROOLZ: $$\"\r\n"); + if($verbose) { + print STDERR "FTPD: We returned proof we are the test server\n"; + } + logmsg "return proof we are we\n"; } else { my $testno = $reference; |