summaryrefslogtreecommitdiff
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-11-19 19:57:05 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-11-19 19:57:05 +0000
commit319784f4f7b6ffefe42744af4d4e46e7165b8149 (patch)
tree9f0d53a233156c00e16b91488d3fc6d4921e820c /regress/lib/libc
parentd638bf15ff5690f3bfa7dcec6da1d0f3dcda6388 (diff)
Import NetBSD system call regression tests. They were written with
ATF (Automated Testing Framework), so we use a small wrapper to map it to our bsd.regress.mk framework. Only half of the 80 NetBSD tests have been taken, the others need more work to adapt. Of them 34 syscall tests pass. Moritz Buhl ported the tests to OpenBSD.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/sys/t_syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libc/sys/t_syscall.c b/regress/lib/libc/sys/t_syscall.c
index e8649702623..10a3692f519 100644
--- a/regress/lib/libc/sys/t_syscall.c
+++ b/regress/lib/libc/sys/t_syscall.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: t_syscall.c,v 1.1.1.1 2019/11/19 19:57:04 bluhm Exp $ */
+/* $OpenBSD: t_syscall.c,v 1.1 2019/11/19 19:57:04 bluhm Exp $ */
/* $NetBSD: t_syscall.c,v 1.3 2018/05/28 07:55:56 martin Exp $ */
/*-