comparison grpc_ssl.t @ 1312:6f95c0ed2335

Tests: removed proxy prerequisite from grpc tests.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 29 Mar 2018 18:38:39 +0300
parents 42577a840a7d
children cc2f17cd9677
comparison
equal deleted inserted replaced
1311:4979af9fd905 1312:6f95c0ed2335
21 ############################################################################### 21 ###############################################################################
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 my $t = Test::Nginx->new()->has(qw/http proxy rewrite http_v2 grpc/) 26 my $t = Test::Nginx->new()->has(qw/http rewrite http_v2 grpc/)
27 ->has(qw/upstream_keepalive http_ssl/); 27 ->has(qw/upstream_keepalive http_ssl/);
28 28
29 $t->{_configure_args} =~ /OpenSSL ([\d\.]+)/; 29 $t->{_configure_args} =~ /OpenSSL ([\d\.]+)/;
30 plan(skip_all => 'OpenSSL too old') unless defined $1 and $1 ge '1.0.2'; 30 plan(skip_all => 'OpenSSL too old') unless defined $1 and $1 ge '1.0.2';
31 31