mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-07 17:41:35 +00:00
fix TEST_MALLOC_OPTIONS var
This commit is contained in:
parent
3205eaa3f8
commit
67146c7d02
@ -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'`
|
||||
|
Loading…
Reference in New Issue
Block a user