diff ssl.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 de2f7e86866e
children a82b02635614
line wrap: on
line diff
--- a/ssl.t
+++ b/ssl.t
@@ -30,9 +30,6 @@ plan(skip_all => 'IO::Socket::SSL not in
 my $t = Test::Nginx->new()->has(qw/http http_ssl rewrite/)
 	->has_daemon('openssl');
 
-plan(skip_all => 'new syntax: "$ssl_session_reused"')
-	unless $t->has_version('1.5.11');
-
 $t->plan(4)->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%