comparison rewrite_unescape.t @ 249:6a0d934950bc

Tests: remove extra spaces in "daemon off". They are no longer logical after "master_process" directive removal.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 24 Jan 2013 02:17:36 +0400
parents a7cc4371f4ad
children 6cdfd177319b
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
24 my $t = Test::Nginx->new()->has(qw/http rewrite/)->plan(9) 24 my $t = Test::Nginx->new()->has(qw/http rewrite/)->plan(9)
25 ->write_file_expand('nginx.conf', <<'EOF'); 25 ->write_file_expand('nginx.conf', <<'EOF');
26 26
27 %%TEST_GLOBALS%% 27 %%TEST_GLOBALS%%
28 28
29 daemon off; 29 daemon off;
30 30
31 events { 31 events {
32 } 32 }
33 33
34 http { 34 http {