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 5050 - LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
5151 - DRIZZLE_VER=2011.07.21
5252 - TEST_NGINX_SLEEP=0.006
53+ - MALLOC_PERTURB_=9
5354 jobs :
5455 - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.0l OPENSSL_PATCH_VER=1.1.0d
5556 - 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);
1313
1414plan tests => repeat_each() * (blocks() * 3 + 23);
1515
16- $ENV {MALLOC_PERTURB_ } = 9;
1716$ENV {TEST_NGINX_MEMCACHED_PORT } ||= 11211;
1817$ENV {TEST_NGINX_HTML_DIR } ||= html_dir();
1918
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ repeat_each(2);
1010
1111plan tests => repeat_each() * (4 * blocks());
1212
13- $ENV {MALLOC_PERTURB_ } = 9;
14-
1513# no_diff();
1614no_long_string();
1715
You can’t perform that action at this time.
0 commit comments