comparison proxy_websocket.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 c388d7c3a666
children 71bb2a896c7a
comparison
equal deleted inserted replaced
248:c388d7c3a666 249:6a0d934950bc
37 my $t = Test::Nginx->new()->has(qw/http proxy/) 37 my $t = Test::Nginx->new()->has(qw/http proxy/)
38 ->write_file_expand('nginx.conf', <<'EOF')->plan(26); 38 ->write_file_expand('nginx.conf', <<'EOF')->plan(26);
39 39
40 %%TEST_GLOBALS%% 40 %%TEST_GLOBALS%%
41 41
42 daemon off; 42 daemon off;
43 43
44 events { 44 events {
45 } 45 }
46 46
47 http { 47 http {