diff 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
line wrap: on
line diff
--- 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');