We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab8600 commit f747779Copy full SHA for f747779
t/005-exit.t
@@ -11,7 +11,7 @@ repeat_each(2);
11
#log_level('warn');
12
#worker_connections(1024);
13
14
-plan tests => repeat_each() * (blocks() * 3 + 4);
+plan tests => repeat_each() * (blocks() * 3 + 2);
15
16
$ENV{TEST_NGINX_MEMCACHED_PORT} ||= 11211;
17
$ENV{TEST_NGINX_MYSQL_PORT} ||= 3306;
0 commit comments