comparison debug_connection_syslog.t @ 568:907e89fba9c3

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Sun, 03 May 2015 12:45:09 +0300
parents 997f5fe16545
children e9064d691790
comparison
equal deleted inserted replaced
567:22bade4c7e12 568:907e89fba9c3
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 => 'no syslog') unless $t->has_version('1.7.1');
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