comparison stream_access_log.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 717030fd5a94
children 48c3964a10a5
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
101 } 101 }
102 102
103 EOF 103 EOF
104 104
105 $t->run_daemon(\&stream_daemon); 105 $t->run_daemon(\&stream_daemon);
106 $t->try_run('no stream access_log')->plan(10); 106 $t->run()->plan(10);
107 107
108 $t->waitforsocket('127.0.0.1:' . port(8080)); 108 $t->waitforsocket('127.0.0.1:' . port(8080));
109 109
110 ############################################################################### 110 ###############################################################################
111 111