diff 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
line wrap: on
line diff
--- a/error_log.t
+++ b/error_log.t
@@ -24,7 +24,6 @@ select STDOUT; $| = 1;
 
 my $t = Test::Nginx->new()->has(qw/http limit_req/);
 
-plan(skip_all => 'not yet') unless $t->has_version('1.5.2');
 plan(skip_all => 'win32') if $^O eq 'MSWin32';
 
 $t->plan(25)->write_file_expand('nginx.conf', <<'EOF');