diff options
author | tb@openbsd.org <tb@openbsd.org> | 2016-11-01 14:43:27 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-11-29 07:16:29 +0100 |
commit | 7da751d8b007c7f3e814fd5737c2351440d78b4c (patch) | |
tree | a5c255a9ecf3185804cc3773d7ab20df207c6149 /regress/Makefile | |
parent | upstream commit (diff) | |
download | openssh-7da751d8b007c7f3e814fd5737c2351440d78b4c.tar.xz openssh-7da751d8b007c7f3e814fd5737c2351440d78b4c.zip |
upstream commit
Clean up MALLOC_OPTIONS. For the unittests, move
MALLOC_OPTIONS and TEST_ENV to unittets/Makefile.inc.
ok otto
Upstream-Regress-ID: 890d497e0a38eeddfebb11cc429098d76cf29f12
Diffstat (limited to 'regress/Makefile')
-rw-r--r-- | regress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile index bc1555717..1f71761fa 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2016/10/31 23:45:08 tb Exp $ +# $OpenBSD: Makefile,v 1.93 2016/11/01 13:43:27 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=FGJRX" +TEST_ENV= "MALLOC_OPTIONS=CFGJRSUX" TEST_SSH_SSHKEYGEN?=ssh-keygen |