summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-03-14 16:04:23 +1100
committerDarren Tucker <dtucker@zip.com.au>2016-03-14 16:04:23 +1100
commit732b463d37221722b1206f43aa59563766a6a968 (patch)
tree5780e15c7a2bcbeb18c8e82c2ccada23263f33d8 /Makefile.in
parentd29c5b9b3e9f27394ca97a364ed4bb4a55a59744 (diff)
Pass supported malloc options to connect-privsep.
This allows us to activate only the supported options during the malloc option portion of the connect-privsep test.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 139e20a8..af758d03 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -552,6 +552,7 @@ tests interop-tests t-exec: regress-prep regress-binaries $(TARGETS)
OBJ="$${BUILDDIR}/regress/" \
PATH="$${BUILDDIR}:$${PATH}" \
TEST_ENV=MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
+ TEST_MALLOC_OPTIONS="@TEST_MALLOC_OPTIONS@" \
TEST_SSH_SCP="$${TEST_SSH_SCP}" \
TEST_SSH_SSH="$${TEST_SSH_SSH}" \
TEST_SSH_SSHD="$${TEST_SSH_SSHD}" \