comparison stream_realip_hostname.t @ 1381:97c8280de681

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Oct 2018 15:30:39 +0300
parents eaa92d810bbb
children f3ba4c74de31
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
69 } 69 }
70 } 70 }
71 71
72 EOF 72 EOF
73 73
74 $t->try_run('no stream realip hostnames support'); 74 $t->run();
75 75
76 plan(skip_all => 'no 127.0.0.1 on host') 76 plan(skip_all => 'no 127.0.0.1 on host')
77 if http_get('/') ne '127.0.0.1'; 77 if http_get('/') ne '127.0.0.1';
78 78
79 $t->plan(4); 79 $t->plan(4);