From c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 17 Dec 2020 00:51:12 +0000 Subject: Remove echo headlines. --- src/regress/lib/libcrypto/bn/general/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/regress/lib/libcrypto/bn') diff --git a/src/regress/lib/libcrypto/bn/general/Makefile b/src/regress/lib/libcrypto/bn/general/Makefile index ca3dcf9b08..6b7919eb53 100644 --- a/src/regress/lib/libcrypto/bn/general/Makefile +++ b/src/regress/lib/libcrypto/bn/general/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/09/05 00:59:36 bluhm Exp $ +# $OpenBSD: Makefile,v 1.7 2020/12/17 00:51:11 bluhm Exp $ .include "../../Makefile.inc" @@ -13,18 +13,15 @@ CLEANFILES = bntest.out bc.out REGRESS_TARGETS += run-bntest run-bntest bntest.out: bntest - @echo '\n======== $@ ========' ./bntest -out bntest.out REGRESS_TARGETS += run-bc run-bc: bntest.out - @echo '\n======== $@ ========' bc < bntest.out | tee bc.out | grep -v '^0$$' ! grep -v '^test ' -- cgit v1.2.3-55-g6feb