summaryrefslogtreecommitdiffstats
path: root/regress/connect-privsep.sh
diff options
context:
space:
mode:
authorwangxp006 <wangxiaopeng7@huawei.com>2020-10-08 11:49:59 +0200
committerDarren Tucker <dtucker@dtucker.net>2020-10-08 12:15:17 +0200
commit67146c7d022a170be3cdad2f5f40259a663fb266 (patch)
treef3b69dade102c58be26ccc0cf462789db83d7964 /regress/connect-privsep.sh
parentupstream: clarify conditions for UpdateHostkeys (diff)
downloadopenssh-67146c7d022a170be3cdad2f5f40259a663fb266.tar.xz
openssh-67146c7d022a170be3cdad2f5f40259a663fb266.zip
fix TEST_MALLOC_OPTIONS var
Diffstat (limited to '')
-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 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'`