diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 1163dcb74..b7dd6313c 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -587,7 +587,7 @@ sub protocolsetup { 'STORE' => \&STORE_imap ); %displaytext = ( - 'LOGIN' => ' OK We are happy you popped in!', + 'LOGIN' => ' OK LOGIN completed', 'welcome' => join("", ' _ _ ____ _ '."\r\n", ' ___| | | | _ \| | '."\r\n", |