File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 50
50
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
51
51
- DRIZZLE_VER=2011.07.21
52
52
- TEST_NGINX_SLEEP=0.006
53
+ - MALLOC_PERTURB_=9
53
54
jobs :
54
55
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
55
56
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1s OPENSSL_PATCH_VER=1.1.1f
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ repeat_each(2);
13
13
14
14
plan tests => repeat_each() * (blocks() * 3 + 23);
15
15
16
- $ENV {MALLOC_PERTURB_ } = 9;
17
16
$ENV {TEST_NGINX_MEMCACHED_PORT } ||= 11211;
18
17
$ENV {TEST_NGINX_HTML_DIR } ||= html_dir();
19
18
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ repeat_each(2);
10
10
11
11
plan tests => repeat_each() * (4 * blocks());
12
12
13
- $ENV {MALLOC_PERTURB_ } = 9;
14
-
15
13
# no_diff();
16
14
no_long_string();
17
15
You can’t perform that action at this time.
0 commit comments