fix TEST_MALLOC_OPTIONS var

This commit is contained in:
wangxp006 2020-10-08 17:49:59 +08:00 committed by Darren Tucker
parent 3205eaa3f8
commit 67146c7d02

View File

@ -22,7 +22,7 @@ fi
# Because sandbox is sensitive to changes in libc, especially malloc, retest
# with every malloc.conf option (and none).
if [ -z "TEST_MALLOC_OPTIONS" ]; then
if [ -z "$TEST_MALLOC_OPTIONS" ]; then
mopts="C F G J R S U X < >"
else
mopts=`echo $TEST_MALLOC_OPTIONS | sed 's/./& /g'`