summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authortb@openbsd.org <tb@openbsd.org>2016-10-31 23:45:08 +0000
committerDamien Miller <djm@mindrot.org>2016-11-29 17:14:27 +1100
commit36f58e68221bced35e06d1cca8d97c48807a8b71 (patch)
tree437fe5bb60924ef8c571be7c9f4778a723ca78cc /regress/Makefile
parentb0899ee26a6630883c0f2350098b6a35e647f512 (diff)
downloadopenssh-git-36f58e68221bced35e06d1cca8d97c48807a8b71.tar.gz
upstream commit
Remove the obsolete A and P flags from MALLOC_OPTIONS. ok dtucker Upstream-Regress-ID: 6cc25024c8174a87e5734a0dc830194be216dd59
Diffstat (limited to 'regress/Makefile')
-rw-r--r--regress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index c7708ecc..bc155571 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.91 2016/10/06 09:31:38 natano Exp $
+# $OpenBSD: Makefile,v 1.92 2016/10/31 23:45:08 tb Exp $
REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
tests: prep $(REGRESS_TARGETS)
@@ -116,7 +116,7 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME}
# Enable all malloc(3) randomisations and checks
-TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
+TEST_ENV= "MALLOC_OPTIONS=FGJRX"
TEST_SSH_SSHKEYGEN?=ssh-keygen