comparison lib/Test/Nginx/SMTP.pm @ 539:3fcad5e66735

Tests: whitespace fixes in mail modules.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 01 Apr 2015 17:59:53 +0300
parents e6817a00ba00
children 481d705b8610
comparison
equal deleted inserted replaced
538:1ab33feebbfd 539:3fcad5e66735
108 } elsif (/^xclient/i) { 108 } elsif (/^xclient/i) {
109 print $client '220 xclient ok' . CRLF; 109 print $client '220 xclient ok' . CRLF;
110 } else { 110 } else {
111 print $client "500 unknown command" . CRLF; 111 print $client "500 unknown command" . CRLF;
112 } 112 }
113 } 113 }
114 114
115 close $client; 115 close $client;
116 } 116 }
117 } 117 }
118 118