diff proxy_bind_transparent.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 882267679006
children 5da72eaa893f
line wrap: on
line diff
--- a/proxy_bind_transparent.t
+++ b/proxy_bind_transparent.t
@@ -64,7 +64,7 @@ http {
 EOF
 
 $t->write_file('index.html', '');
-$t->try_run('no proxy_bind transparent')->plan(1);
+$t->run()->plan(1);
 
 ###############################################################################