From: djm@openbsd.org Date: Fri, 19 Jun 2020 04:34:21 +0000 (+0000) Subject: upstream: run sshsig unit tests X-Git-Tag: V_8_4_P1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e8294f6b04f9590ea227e63d3e129398a49e27;p=thirdparty%2Fopenssh-portable.git upstream: run sshsig unit tests OpenBSD-Regress-ID: 706ef17e2b545b64873626e0e35553da7c06052a --- diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile index 4e56e1104..4d26b7477 100644 --- a/regress/unittests/Makefile +++ b/regress/unittests/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.11 2019/04/28 22:53:26 dtucker Exp $ +# $OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $ REGRESS_FAIL_EARLY?= yes SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion -SUBDIR+=authopt misc +SUBDIR+=authopt misc sshsig .include