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 be8dea047..ab8d069b2 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -795,7 +795,7 @@ sub EHLO_smtp {
}
sub QUIT_smtp {
- sendcontrol "200 byebye";
+ sendcontrol "200 byebye\r\n";
return 0;
}