# HG changeset patch # User Maxim Dounin # Date 1223749369 -14400 # Node ID baf9c51d166c8278b0b7a9002ce6252b762546e8 # Parent a8e8b7a664c17e240bb86c575104ad8206231177 Tests: fix typo in fastcgi test. diff --git a/fastcgi.t b/fastcgi.t --- a/fastcgi.t +++ b/fastcgi.t @@ -24,7 +24,7 @@ select STDERR; $| = 1; select STDOUT; $| = 1; eval { require FCGI; }; -plain(skip_all => 'FCGI not installed') if $@; +plan(skip_all => 'FCGI not installed') if $@; my $t = Test::Nginx->new()->plan(3) ->write_file_expand('nginx.conf', <<'EOF');