comparison access.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 25bf03642a45
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 my $t = Test::Nginx->new()->has(qw/http proxy access ipv6/); 26 my $t = Test::Nginx->new()->has(qw/http proxy access ipv6/);
27
28 plan(skip_all => 'new syntax "unix:"') unless $t->has_version('1.5.1');
29 27
30 $t->write_file_expand('nginx.conf', <<'EOF'); 28 $t->write_file_expand('nginx.conf', <<'EOF');
31 29
32 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
33 31