comparison error_log.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 e7dc8f4d0a4b
children 071e8941e3bf
comparison
equal deleted inserted replaced
396:5eb0df61f371 397:847ea345becb
22 select STDERR; $| = 1; 22 select STDERR; $| = 1;
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http limit_req/); 25 my $t = Test::Nginx->new()->has(qw/http limit_req/);
26 26
27 plan(skip_all => 'not yet') unless $t->has_version('1.5.2');
28 plan(skip_all => 'win32') if $^O eq 'MSWin32'; 27 plan(skip_all => 'win32') if $^O eq 'MSWin32';
29 28
30 $t->plan(25)->write_file_expand('nginx.conf', <<'EOF'); 29 $t->plan(25)->write_file_expand('nginx.conf', <<'EOF');
31 30
32 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%