changeset 1857:da3889ba0b96

Tests: removed unneeded require from proxy_ssl_keepalive.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 May 2023 18:07:01 +0300
parents ce4a06d72256
children cdcd75657e52
files proxy_ssl_keepalive.t
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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');