diff t/auth-request.t @ 6:70f3d876b569

Auth request: use test globals.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Mar 2010 15:49:04 +0300
parents 35f0ee7a3c28
children 2b95417a1715
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;