comparison geo_ipv6.t @ 1417:ea796652fcdc

Tests: added missing proxy prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Sun, 16 Dec 2018 13:05:55 +0300
parents fcd65708672d
children
comparison
equal deleted inserted replaced
1416:d22717fcabdb 1417:ea796652fcdc
20 ############################################################################### 20 ###############################################################################
21 21
22 select STDERR; $| = 1; 22 select STDERR; $| = 1;
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http geo/) 25 my $t = Test::Nginx->new()->has(qw/http geo proxy/)
26 ->write_file_expand('nginx.conf', <<'EOF'); 26 ->write_file_expand('nginx.conf', <<'EOF');
27 27
28 %%TEST_GLOBALS%% 28 %%TEST_GLOBALS%%
29 29
30 daemon off; 30 daemon off;