aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ftpserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index c3728ef6c..6e6f691d4 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -601,7 +601,7 @@ sub protocolsetup {
'RCPT' => \&RCPT_smtp,
);
%displaytext = (
- 'EHLO' => '230 We are happy you popped in!',
+ 'EHLO' => "250-SIZE\r\n250 Welcome visitor, stay a while staaaaaay forever",
'MAIL' => '200 Note taken',
'RCPT' => '200 Receivers accepted',
'QUIT' => '200 byebye',