diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 19:57:05 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2019-11-19 19:57:05 +0000 |
commit | c8fbb97e096527b9a24038c3b3db53f7fb551407 (patch) | |
tree | fa0f71bed669f9c78e75591a5fbae767172d7c3b /regress | |
parent | 699df4ea98c17875af4af56937b4b2d37524616e (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/t_truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libc/sys/t_truncate.c b/regress/lib/libc/sys/t_truncate.c index 1d059af5f51..7f7987e32ec 100644 --- a/regress/lib/libc/sys/t_truncate.c +++ b/regress/lib/libc/sys/t_truncate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_truncate.c,v 1.1.1.1 2019/11/19 19:57:04 bluhm Exp $ */ +/* $OpenBSD: t_truncate.c,v 1.1 2019/11/19 19:57:04 bluhm Exp $ */ /* $NetBSD: t_truncate.c,v 1.3 2017/01/13 20:03:51 christos Exp $ */ /*- |