# HG changeset patch # User Maxim Dounin # Date 1684422421 -10800 # Node ID da3889ba0b96ce3f2cd21ba3369cee653a107bc5 # Parent ce4a06d72256cd871a655cfa31aac44fc0d6ed89 Tests: removed unneeded require from proxy_ssl_keepalive.t. diff --git a/proxy_ssl_keepalive.t b/proxy_ssl_keepalive.t --- a/proxy_ssl_keepalive.t +++ b/proxy_ssl_keepalive.t @@ -22,9 +22,6 @@ use Test::Nginx; select STDERR; $| = 1; 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 proxy upstream_keepalive/) ->has_daemon('openssl')->plan(3) ->write_file_expand('nginx.conf', <<'EOF');