comparison proxy_bind_transparent_capability.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 b35037b3a9d0
children
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
61 } 61 }
62 } 62 }
63 63
64 EOF 64 EOF
65 65
66 plan(skip_all => 'no capability support yet') unless $t->has_version('1.13.8');
67
68 $t->run()->plan(1); 66 $t->run()->plan(1);
69 67
70 ############################################################################### 68 ###############################################################################
71 69
72 like(http_get('/'), qr/X-IP: 127.0.0.2/, 'transparent'); 70 like(http_get('/'), qr/X-IP: 127.0.0.2/, 'transparent');