aboutsummaryrefslogtreecommitdiff
path: root/lib/libproc/tests
diff options
context:
space:
mode:
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);