diff 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
line wrap: on
line diff
--- a/worker_shutdown_timeout.t
+++ b/worker_shutdown_timeout.t
@@ -48,7 +48,7 @@ http {
 
 EOF
 
-$t->try_run('no worker_shutdown_timeout')->plan(1);
+$t->run()->plan(1);
 
 ###############################################################################