changeset 6:70f3d876b569

Auth request: use test globals.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Mar 2010 15:49:04 +0300
parents cc231fa95159
children fb05a061532c
files t/auth-request.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/t/auth-request.t
+++ b/t/auth-request.t
@@ -24,6 +24,8 @@ my $t = Test::Nginx->new()->has(qw/http 
 
 $t->write_file_expand('nginx.conf', <<'EOF');
 
+%%TEST_GLOBALS%%
+
 master_process off;
 daemon         off;