artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a72b6
)
no need to inspect the coverage for the dying test case
author
anton
<anton@openbsd.org>
Tue, 11 Jan 2022 06:01:15 +0000
(06:01 +0000)
committer
anton
<anton@openbsd.org>
Tue, 11 Jan 2022 06:01:15 +0000
(06:01 +0000)
regress/sys/dev/kcov/kcov.c
patch
|
blob
|
history
diff --git
a/regress/sys/dev/kcov/kcov.c
b/regress/sys/dev/kcov/kcov.c
index
7e99165
..
7a5142e
100644
(file)
--- a/
regress/sys/dev/kcov/kcov.c
+++ b/
regress/sys/dev/kcov/kcov.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: kcov.c,v 1.1
6 2021/12/29 07:16:30
anton Exp $ */
+/* $OpenBSD: kcov.c,v 1.1
7 2022/01/11 06:01:15
anton Exp $ */
/*
* Copyright (c) 2018 Anton Lindqvist <anton@openbsd.org>
@@
-72,7
+72,7
@@
main(int argc, char *argv[])
} tests[] = {
{ "close", test_close, 0 },
{ "coverage", test_coverage, 1 },
- { "dying", test_dying, 1 },
+ { "dying", test_dying,
-
1 },
{ "exec", test_exec, 1 },
{ "fdsend", test_fdsend, -1 },
{ "fork", test_fork, 1 },