summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys
diff options
context:
space:
mode:
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`" && \