aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/tests
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2017-12-03 16:50:16 +0000
committerMark Johnston <markj@FreeBSD.org>2017-12-03 16:50:16 +0000
commit5577b8a709c072fedc73dde9b3ad730699438bf7 (patch)
treed870e402f90efa1d1a9c5da33361bd7543eabdf5 /lib/libproc/tests
parent4fbebc74723d70a180ea0bba901ca6d5eead6146 (diff)
Notes
Diffstat (limited to 'lib/libproc/tests')
-rw-r--r--lib/libproc/tests/proc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libproc/tests/proc_test.c b/lib/libproc/tests/proc_test.c
index 9ec99cd355c4..ca7afc73b7ae 100644
--- a/lib/libproc/tests/proc_test.c
+++ b/lib/libproc/tests/proc_test.c
@@ -65,7 +65,7 @@ start_prog(const struct atf_tc *tc, bool sig)
argv[1] = NULL;
}
- error = proc_create(argv[0], argv, NULL, NULL, &phdl);
+ error = proc_create(argv[0], argv, NULL, NULL, NULL, &phdl);
ATF_REQUIRE_EQ_MSG(error, 0, "failed to run '%s'", target_prog_file);
ATF_REQUIRE(phdl != NULL);