[openssh-commits] [openssh] 01/01: fix TEST_MALLOC_OPTIONS var
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Oct 8 21:15:32 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 67146c7d022a170be3cdad2f5f40259a663fb266
Author: wangxp006 <wangxiaopeng7 at huawei.com>
Date: Thu Oct 8 17:49:59 2020 +0800
fix TEST_MALLOC_OPTIONS var
---
regress/connect-privsep.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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'`
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list