summaryrefslogtreecommitdiff
path: root/regress/sys
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2022-01-11 06:01:16 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2022-01-11 06:01:16 +0000
commite89da26aa77ff0182772d25255dc9dab874e210f (patch)
treea3b0fad3de1e59935df85d51bdcdb2a4c23e84fd /regress/sys
parent56c51c43b341b430075cc6562c8b360346a84661 (diff)
no need to inspect the coverage for the dying test case
Diffstat (limited to 'regress/sys')
-rw-r--r--regress/sys/dev/kcov/kcov.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/dev/kcov/kcov.c b/regress/sys/dev/kcov/kcov.c
index 7e99165fb38..7a5142ef875 100644
--- a/regress/sys/dev/kcov/kcov.c
+++ b/regress/sys/dev/kcov/kcov.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kcov.c,v 1.16 2021/12/29 07:16:30 anton Exp $ */
+/* $OpenBSD: kcov.c,v 1.17 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 },