comparison mail_smtp.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 6c2538ad642d
children 7d40f2557a45
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
88 } 88 }
89 89
90 EOF 90 EOF
91 91
92 $t->run_daemon(\&Test::Nginx::SMTP::smtp_test_daemon); 92 $t->run_daemon(\&Test::Nginx::SMTP::smtp_test_daemon);
93 $t->try_run('no auth external')->plan(30); 93 $t->run()->plan(30);
94 94
95 $t->waitforsocket('127.0.0.1:' . port(8026)); 95 $t->waitforsocket('127.0.0.1:' . port(8026));
96 96
97 ############################################################################### 97 ###############################################################################
98 98