summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-netflow.c2
-rw-r--r--tests/test-sflow.c2
-rw-r--r--tests/test-unixctl.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-netflow.c b/tests/test-netflow.c
index d2322d450..7f89cfcae 100644
--- a/tests/test-netflow.c
+++ b/tests/test-netflow.c
@@ -195,7 +195,7 @@ test_netflow_main(int argc, char *argv[])
}
daemon_save_fd(STDOUT_FILENO);
- daemonize_start(false);
+ daemonize_start(false, false);
error = unixctl_server_create(NULL, &server);
if (error) {
diff --git a/tests/test-sflow.c b/tests/test-sflow.c
index 460d4d6c5..3c617bdd1 100644
--- a/tests/test-sflow.c
+++ b/tests/test-sflow.c
@@ -709,7 +709,7 @@ test_sflow_main(int argc, char *argv[])
}
daemon_save_fd(STDOUT_FILENO);
- daemonize_start(false);
+ daemonize_start(false, false);
error = unixctl_server_create(NULL, &server);
if (error) {
diff --git a/tests/test-unixctl.c b/tests/test-unixctl.c
index 3eadf54cd..9e8982789 100644
--- a/tests/test-unixctl.c
+++ b/tests/test-unixctl.c
@@ -83,7 +83,7 @@ test_unixctl_main(int argc, char *argv[])
fatal_ignore_sigpipe();
parse_options(&argc, &argv, &unixctl_path);
- daemonize_start(false);
+ daemonize_start(false, false);
int retval = unixctl_server_create(unixctl_path, &unixctl);
if (retval) {
exit(EXIT_FAILURE);