commit | 46f1b49f8cc9925b5099501bb61c20b44fc84751 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sat Oct 11 22:22:49 2008 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sat Oct 11 22:22:49 2008 +0400 |
tree | dada5aef6fccdaf92c8f2a279564ef27bb7e99d3 | |
parent | ad396f57c673b8f8cdfd0baa34b7e4a82a11da7a [diff] [blame] |
Tests: fix typo in fastcgi test.
diff --git a/fastcgi.t b/fastcgi.t index 9b87a99..9ff4e5b 100644 --- a/fastcgi.t +++ b/fastcgi.t
@@ -24,7 +24,7 @@ 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');