aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_loop.c')
-rw-r--r--src/statistics/test_statistics_api_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_loop.c b/src/statistics/test_statistics_api_loop.c
index 7a7b44c1f..13520d702 100644
--- a/src/statistics/test_statistics_api_loop.c
+++ b/src/statistics/test_statistics_api_loop.c
@@ -94,7 +94,7 @@ main (int argc, char *argv_ign[])
94 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics"); 94 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-statistics");
95 proc = 95 proc =
96 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 96 GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
97 NULL, NULL, 97 NULL, NULL, NULL,
98 binary, 98 binary,
99 "gnunet-service-statistics", 99 "gnunet-service-statistics",
100 "-c", "test_statistics_api_data.conf", NULL); 100 "-c", "test_statistics_api_data.conf", NULL);