diff h2_ssl_proxy_cache.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 79ba0a5be312
children 45c80276d691
line wrap: on
line diff
--- a/h2_ssl_proxy_cache.t
+++ b/h2_ssl_proxy_cache.t
@@ -26,7 +26,7 @@ select STDOUT; $| = 1;
 eval { require IO::Socket::SSL; };
 plan(skip_all => 'IO::Socket::SSL not installed') if $@;
 
-my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache shmem/)
+my $t = Test::Nginx->new()->has(qw/http http_ssl http_v2 proxy cache/)
 	->has_daemon('openssl');
 
 $t->todo_alerts() unless $t->has_version('1.11.3');