From: wangxp006 Date: Thu, 8 Oct 2020 09:49:59 +0000 (+0800) Subject: fix TEST_MALLOC_OPTIONS var X-Git-Tag: V_8_5_P1~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67146c7d022a170be3cdad2f5f40259a663fb266;p=thirdparty%2Fopenssh-portable.git fix TEST_MALLOC_OPTIONS var --- diff --git a/regress/connect-privsep.sh b/regress/connect-privsep.sh index b6abb65e3..76137b060 100644 --- a/regress/connect-privsep.sh +++ b/regress/connect-privsep.sh @@ -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'`