changeset 1378:ba7e2e60f8b6

Tests: fixed grpc_ssl.t prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 20 Sep 2018 14:59:36 +0300
parents 09c2291b2bab
children 14bfd6643bbb
files grpc_ssl.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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';