diff options
author | claudio@openbsd.org <claudio@openbsd.org> | 2023-09-24 10:14:13 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-10-06 05:31:13 +0200 |
commit | cb54becff4d776238e0e9072943ba0872260535d (patch) | |
tree | 5dddc14bf60d6f98c039f62852bc684ac47335da /regress/unittests | |
parent | upstream: spelling fix; (diff) | |
download | openssh-cb54becff4d776238e0e9072943ba0872260535d.tar.xz openssh-cb54becff4d776238e0e9072943ba0872260535d.zip |
upstream: REGRESS_FAIL_EARLY defaults to yes now. So no need to
overload the value here anymore. OK tb@ bluhm@
OpenBSD-Regress-ID: f063330f1bebbcd373100afccebc91a965b14496
Diffstat (limited to '')
-rw-r--r-- | regress/unittests/Makefile | 3 | ||||
-rw-r--r-- | regress/unittests/Makefile.inc | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile index 4d26b7477..e370900e4 100644 --- a/regress/unittests/Makefile +++ b/regress/unittests/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $ +# $OpenBSD: Makefile,v 1.13 2023/09/24 08:14:13 claudio Exp $ -REGRESS_FAIL_EARLY?= yes SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion SUBDIR+=authopt misc sshsig diff --git a/regress/unittests/Makefile.inc b/regress/unittests/Makefile.inc index 370224aa5..623896ffa 100644 --- a/regress/unittests/Makefile.inc +++ b/regress/unittests/Makefile.inc @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2019/11/25 10:32:35 djm Exp $ - -REGRESS_FAIL_EARLY?= yes +# $OpenBSD: Makefile.inc,v 1.15 2023/09/24 08:14:13 claudio Exp $ .include <bsd.own.mk> .include <bsd.obj.mk> |