comparison worker_shutdown_timeout.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 c99c1f43cb15
children
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
46 } 46 }
47 } 47 }
48 48
49 EOF 49 EOF
50 50
51 $t->try_run('no worker_shutdown_timeout')->plan(1); 51 $t->run()->plan(1);
52 52
53 ############################################################################### 53 ###############################################################################
54 54
55 my $s = http('', start => 1); 55 my $s = http('', start => 1);
56 56