Skip to content

Commit 1348a82

Browse files
committed
Tests: removed unneeded require from proxy_ssl_keepalive.t.
1 parent 964e7fe commit 1348a82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

proxy_ssl_keepalive.t

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ use Test::Nginx;
2222
select STDERR; $| = 1;
2323
select STDOUT; $| = 1;
2424

25-
eval { require IO::Socket::SSL; };
26-
plan(skip_all => 'IO::Socket::SSL not installed') if $@;
27-
2825
my $t = Test::Nginx->new()->has(qw/http http_ssl proxy upstream_keepalive/)
2926
->has_daemon('openssl')->plan(3)
3027
->write_file_expand('nginx.conf', <<'EOF');

0 commit comments

Comments
 (0)