[openssh-commits] [openssh] 03/04: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun May 10 11:38:52 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 0ef1de742be2ee4b10381193fe90730925b7f027
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Apr 23 05:01:19 2015 +0000
upstream commit
Add a simple regression test for sshd's configuration
parser. Right now, all it does is run the output of sshd -T back through
itself and ensure the output is valid and invariant.
---
regress/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regress/Makefile b/regress/Makefile
index 252fb2e..68df9b3 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.79 2015/03/16 22:46:14 djm Exp $
+# $OpenBSD: Makefile,v 1.80 2015/04/23 05:01:19 dtucker Exp $
REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
tests: prep $(REGRESS_TARGETS)
@@ -54,6 +54,7 @@ LTESTS= connect \
multiplex \
reexec \
brokenkeys \
+ cfgparse \
cfgmatch \
addrmatch \
localcommand \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list