comparison mail_imap.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 74986ebee2fd
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
90 } 90 }
91 91
92 EOF 92 EOF
93 93
94 $t->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon); 94 $t->run_daemon(\&Test::Nginx::IMAP::imap_test_daemon);
95 $t->try_run('no auth external')->plan(14); 95 $t->run()->plan(14);
96 96
97 $t->waitforsocket('127.0.0.1:' . port(8144)); 97 $t->waitforsocket('127.0.0.1:' . port(8144));
98 98
99 ############################################################################### 99 ###############################################################################
100 100