diff proxy_protocol.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents 056d0ad0ef03
children a36290485719
line wrap: on
line diff
--- a/proxy_protocol.t
+++ b/proxy_protocol.t
@@ -26,8 +26,6 @@ select STDOUT; $| = 1;
 
 my $t = Test::Nginx->new()->has(qw/http access ipv6 realip/);
 
-plan(skip_all => 'no PROXY support') unless $t->has_version('1.5.12');
-
 $t->write_file_expand('nginx.conf', <<'EOF')->plan(18);
 
 %%TEST_GLOBALS%%