diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | regress/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -17,6 +17,10 @@ | |||
17 | [ssh-pkcs11.c] | 17 | [ssh-pkcs11.c] |
18 | from portable: s/true/true_val/ to avoid name collisions on dump platforms | 18 | from portable: s/true/true_val/ to avoid name collisions on dump platforms |
19 | RCSID sync only | 19 | RCSID sync only |
20 | - (dtucker) OpenBSD CVS Sync | ||
21 | - djm@cvs.openbsd.org 2013/10/09 23:44:14 | ||
22 | [regress/Makefile] (ID sync only) | ||
23 | regression test for sftp request white/blacklisting and readonly mode. | ||
20 | 24 | ||
21 | 20131104 | 25 | 20131104 |
22 | - (djm) OpenBSD CVS Sync | 26 | - (djm) OpenBSD CVS Sync |
diff --git a/regress/Makefile b/regress/Makefile index 4c64b576f..eca634a60 100644 --- a/regress/Makefile +++ b/regress/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.65 2013/04/18 02:46:12 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.66 2013/10/09 23:44:14 djm Exp $ |
2 | 2 | ||
3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec | 3 | REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t-exec |
4 | tests: $(REGRESS_TARGETS) | 4 | tests: $(REGRESS_TARGETS) |