comparison debug_connection.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 c28ecaef065f
children 43e05ac6c23c
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
20 20
21 select STDERR; $| = 1; 21 select STDERR; $| = 1;
22 select STDOUT; $| = 1; 22 select STDOUT; $| = 1;
23 23
24 my $t = Test::Nginx->new()->has(qw/http --with-debug ipv6 proxy/); 24 my $t = Test::Nginx->new()->has(qw/http --with-debug ipv6 proxy/);
25
26 plan(skip_all => 'not yet') unless $t->has_version('1.5.2');
27 25
28 $t->write_file_expand('nginx.conf', <<'EOF'); 26 $t->write_file_expand('nginx.conf', <<'EOF');
29 27
30 %%TEST_GLOBALS%% 28 %%TEST_GLOBALS%%
31 29