comparison fastcgi.t @ 31:baf9c51d166c

Tests: fix typo in fastcgi test.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 11 Oct 2008 22:22:49 +0400
parents a8e8b7a664c1
children 7bf0e8a1d66c
comparison
equal deleted inserted replaced
30:a8e8b7a664c1 31:baf9c51d166c
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 eval { require FCGI; }; 26 eval { require FCGI; };
27 plain(skip_all => 'FCGI not installed') if $@; 27 plan(skip_all => 'FCGI not installed') if $@;
28 28
29 my $t = Test::Nginx->new()->plan(3) 29 my $t = Test::Nginx->new()->plan(3)
30 ->write_file_expand('nginx.conf', <<'EOF'); 30 ->write_file_expand('nginx.conf', <<'EOF');
31 31
32 master_process off; 32 master_process off;