comparison http_variables.t @ 1000:577a5899a33d

Tests: fixed plan in a previous change.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 29 Jul 2016 14:14:40 +0300
parents ff12dfdb0cda
children cb46ac65d50e
comparison
equal deleted inserted replaced
999:ff12dfdb0cda 1000:577a5899a33d
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 rewrite proxy/)->plan(4); 25 my $t = Test::Nginx->new()->has(qw/http rewrite proxy/)->plan(5);
26 26
27 $t->write_file_expand('nginx.conf', <<'EOF'); 27 $t->write_file_expand('nginx.conf', <<'EOF');
28 28
29 %%TEST_GLOBALS%% 29 %%TEST_GLOBALS%%
30 30