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 aef60eb commit 1782342Copy full SHA for 1782342
t/020-subrequest.t
@@ -13,6 +13,7 @@ repeat_each(2);
13
14
plan tests => repeat_each() * (blocks() * 3 + 23);
15
16
+$ENV{MALLOC_PERTURB_} = 9;
17
$ENV{TEST_NGINX_MEMCACHED_PORT} ||= 11211;
18
$ENV{TEST_NGINX_HTML_DIR} ||= html_dir();
19
t/111-req-header-ua.t
@@ -10,6 +10,8 @@ repeat_each(2);
10
11
plan tests => repeat_each() * (4 * blocks());
12
+
#no_diff();
no_long_string();
0 commit comments