[openssh-commits] [openssh] 02/03: upstream: Add unit tests for user at host and URI parsing.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 19 12:21:50 AEST 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit e5cccb2410247c9b8151b9510a876abdf5424b24
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Apr 28 22:53:26 2019 +0000
upstream: Add unit tests for user at host and URI parsing.
OpenBSD-Regress-ID: 69d5b6f278e04ed32377046f7692c714c2d07a68
---
regress/unittests/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index e464b085..4e56e110 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.10 2018/03/03 03:16:17 djm Exp $
+# $OpenBSD: Makefile,v 1.11 2019/04/28 22:53:26 dtucker Exp $
REGRESS_FAIL_EARLY?= yes
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
-SUBDIR+=authopt
+SUBDIR+=authopt misc
.include <bsd.subdir.mk>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list