aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-29 12:49:30 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-29 12:58:41 +0100
commitc3e6d69acbf18479d28af01f76b6f5b3ed6e714b (patch)
tree701569cfadf3156e1b03014a107e03766e30b759 /tests
parentb56e3d43e5de43121779dfbbe0f7d1a19bef8c7b (diff)
ftpserver.pl: Corrected the imap LOGIN response
...to be more realistic and consistent with the other imap responses.
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 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",