summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys
diff options
context:
space:
mode:
authorbluhm <>2020-12-17 00:51:12 +0000
committerbluhm <>2020-12-17 00:51:12 +0000
commit3dc22e980e9538fc03b2673fe6dccee19ad5484a (patch)
tree41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libc/sys
parenta931e8abeae9673086c9b2e44a07ef4a31f44bb1 (diff)
downloadopenbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.gz
openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.tar.bz2
openbsd-3dc22e980e9538fc03b2673fe6dccee19ad5484a.zip
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libc/sys')
-rw-r--r--src/regress/lib/libc/sys/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile
index 7dcfcb73a9..7a3b920426 100644
--- a/src/regress/lib/libc/sys/Makefile
+++ b/src/regress/lib/libc/sys/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.9 2020/12/06 18:46:07 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.10 2020/12/17 00:51:11 bluhm Exp $
2 2
3# Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> 3# Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de>
4# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> 4# Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org>
@@ -75,7 +75,6 @@ CLEANFILES = access dummy mmap truncate_test.root_owned
75 75
76.for p in ${PROGS} 76.for p in ${PROGS}
77run-$p: $p 77run-$p: $p
78 @echo "\n======== $@ ========"
79 ntests="`./$p -n`" && \ 78 ntests="`./$p -n`" && \
80 echo "1..$$ntests" && \ 79 echo "1..$$ntests" && \
81 tnumbers="`jot -ns' ' - 1 $$ntests`" && \ 80 tnumbers="`jot -ns' ' - 1 $$ntests`" && \