changeset 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 4a0e1d7cc20b
files http_variables.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http_variables.t
+++ b/http_variables.t
@@ -22,7 +22,7 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http rewrite proxy/)->plan(4);
+my $t = Test::Nginx->new()->has(qw/http rewrite proxy/)->plan(5);
 
 $t->write_file_expand('nginx.conf', <<'EOF');