summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorwangxp006 <wangxiaopeng7@huawei.com>2020-10-08 17:49:59 +0800
committerDarren Tucker <dtucker@dtucker.net>2020-10-08 21:15:17 +1100
commit67146c7d022a170be3cdad2f5f40259a663fb266 (patch)
treef3b69dade102c58be26ccc0cf462789db83d7964 /regress
parent3205eaa3f8883a34fa4559ddef6c90d1067c5cce (diff)
downloadopenssh-git-67146c7d022a170be3cdad2f5f40259a663fb266.tar.gz
fix TEST_MALLOC_OPTIONS var
Diffstat (limited to 'regress')
-rw-r--r--regress/connect-privsep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/connect-privsep.sh b/regress/connect-privsep.sh
index b6abb65e..76137b06 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'`