summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2019-11-19 19:57:04 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2019-11-19 19:57:04 +0000
commiteb0456390e90794027db561f9d13f690065b752d (patch)
tree0414907dc9bee0530ffed3a48044c1d143938587 /regress
parent7ea20d25a2aefb3fa01654c5d881555fb3d9316c (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')
-rw-r--r--regress/lib/libc/sys/atf-c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libc/sys/atf-c.h b/regress/lib/libc/sys/atf-c.h
index 740881485db..2b2522f3838 100644
--- a/regress/lib/libc/sys/atf-c.h
+++ b/regress/lib/libc/sys/atf-c.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: atf-c.h,v 1.1.1.1 2019/11/19 19:57:03 bluhm Exp $ */
+/* $OpenBSD: atf-c.h,v 1.1 2019/11/19 19:57:03 bluhm Exp $ */
/*
* Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de>
*