diff options
-rw-r--r-- | regress/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/regress/Makefile b/regress/Makefile index e9121f5f6..c7708ecc3 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.89 2016/09/12 02:25:46 dtucker Exp $ | 1 | # $OpenBSD: Makefile,v 1.91 2016/10/06 09:31:38 natano Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec | 3 | REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec |
4 | tests: prep $(REGRESS_TARGETS) | 4 | tests: prep $(REGRESS_TARGETS) |
@@ -88,9 +88,10 @@ INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers | |||
88 | 88 | ||
89 | #LTESTS= cipher-speed | 89 | #LTESTS= cipher-speed |
90 | 90 | ||
91 | USER!= id -un | 91 | USERNAME!= id -un |
92 | CLEANFILES= *.core actual agent-key.* authorized_keys_${USER} \ | 92 | CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \ |
93 | authorized_keys_${USER}.* authorized_principals_${USER} \ | 93 | authorized_keys_${USERNAME}.* \ |
94 | authorized_principals_${USERNAME} \ | ||
94 | banner.in banner.out cert_host_key* cert_user_key* \ | 95 | banner.in banner.out cert_host_key* cert_user_key* \ |
95 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ | 96 | copy.1 copy.2 data ed25519-agent ed25519-agent* \ |
96 | ed25519-agent.pub empty.in expect failed-regress.log \ | 97 | ed25519-agent.pub empty.in expect failed-regress.log \ |
@@ -112,7 +113,7 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USER} \ | |||
112 | t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ | 113 | t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \ |
113 | t9.out t9.out.pub testdata user_*key* user_ca* user_key* | 114 | t9.out t9.out.pub testdata user_*key* user_ca* user_key* |
114 | 115 | ||
115 | SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER} | 116 | SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME} |
116 | 117 | ||
117 | # Enable all malloc(3) randomisations and checks | 118 | # Enable all malloc(3) randomisations and checks |
118 | TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" | 119 | TEST_ENV= "MALLOC_OPTIONS=AFGJPRX" |