comparison fastcgi_cache.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 8d2c6358d830
children 6fe0459b6668
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
28 my $t = Test::Nginx->new()->has(qw/http fastcgi cache/)->plan(5) 28 my $t = Test::Nginx->new()->has(qw/http fastcgi cache/)->plan(5)
29 ->write_file_expand('nginx.conf', <<'EOF'); 29 ->write_file_expand('nginx.conf', <<'EOF');
30 30
31 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%
32 32
33 daemon off; 33 daemon off;
34 34
35 events { 35 events {
36 } 36 }
37 37
38 http { 38 http {