# HG changeset patch # User Sergey Kandaurov # Date 1537444776 -10800 # Node ID ba7e2e60f8b6f172a532ca4e4911035496b347cc # Parent 09c2291b2bab92bc0c7e1230d0a80f853aad45b7 Tests: fixed grpc_ssl.t prerequisites. diff -r 09c2291b2bab -r ba7e2e60f8b6 grpc_ssl.t --- a/grpc_ssl.t Mon Sep 17 16:40:37 2018 +0300 +++ b/grpc_ssl.t Thu Sep 20 14:59:36 2018 +0300 @@ -24,7 +24,7 @@ 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';