# HG changeset patch # User Sergey Kandaurov # Date 1537444776 -10800 # Node ID ba7e2e60f8b6f172a532ca4e4911035496b347cc # Parent 09c2291b2bab92bc0c7e1230d0a80f853aad45b7 Tests: fixed grpc_ssl.t prerequisites. diff --git a/grpc_ssl.t b/grpc_ssl.t --- a/grpc_ssl.t +++ b/grpc_ssl.t @@ -24,7 +24,7 @@ select STDERR; $| = 1; select STDOUT; $| = 1; my $t = Test::Nginx->new()->has(qw/http rewrite http_v2 grpc/) - ->has(qw/upstream_keepalive http_ssl/); + ->has(qw/upstream_keepalive http_ssl/)->has_daemon('openssl'); $t->{_configure_args} =~ /OpenSSL ([\d\.]+)/; plan(skip_all => 'OpenSSL too old') unless defined $1 and $1 ge '1.0.2';