Skip to content

Commit

Permalink
fixed the test plan for bugs.t.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Jun 5, 2012
1 parent 6d1f5cf commit a9df664
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/bugs.t
Expand Up @@ -3,10 +3,9 @@
use lib 'lib';
use Test::Nginx::Socket;

#repeat_each(2);
repeat_each(2);

plan tests => repeat_each() * blocks() + 2;
plan tests => repeat_each() * (blocks() + 1);

$ENV{TEST_NGINX_MYSQL_PORT} ||= 3306;
$ENV{TEST_NGINX_MYSQL_HOST} ||= '127.0.0.1';
Expand Down

0 comments on commit a9df664

Please sign in to comment.