summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
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 bc1555717..1f71761fa 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.92 2016/10/31 23:45:08 tb Exp $ 1# $OpenBSD: Makefile,v 1.93 2016/11/01 13:43:27 tb Exp $
2 2
3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec 3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
4tests: prep $(REGRESS_TARGETS) 4tests: prep $(REGRESS_TARGETS)
@@ -116,7 +116,7 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
116SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME} 116SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME}
117 117
118# Enable all malloc(3) randomisations and checks 118# Enable all malloc(3) randomisations and checks
119TEST_ENV= "MALLOC_OPTIONS=FGJRX" 119TEST_ENV= "MALLOC_OPTIONS=CFGJRSUX"
120 120
121TEST_SSH_SSHKEYGEN?=ssh-keygen 121TEST_SSH_SSHKEYGEN?=ssh-keygen
122 122