Skip to content

Commit 71419b7

Browse files
author
jiahao
committed
tests: fixed plans for t/129-ssl-socket.t.
1 parent 615decb commit 71419b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/129-ssl-socket.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use File::Basename;
66

77
repeat_each(2);
88

9-
plan tests => repeat_each() * blocks() * 7 - 6;
9+
plan tests => repeat_each() * ((blocks() * 7) - 9);
1010

1111
$ENV{TEST_NGINX_HTML_DIR} ||= html_dir();
1212
$ENV{TEST_NGINX_MEMCACHED_PORT} ||= 11211;

0 commit comments

Comments
 (0)