summaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/test_peerinfo_api.c')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index fbd12c387..71da46be4 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -179,7 +179,7 @@ check ()
179 GNUNET_GETOPT_OPTION_END 179 GNUNET_GETOPT_OPTION_END
180 }; 180 };
181 proc = 181 proc =
182 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-peerinfo", 182 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-peerinfo",
183 "gnunet-service-peerinfo", 183 "gnunet-service-peerinfo",
184#if DEBUG_PEERINFO 184#if DEBUG_PEERINFO
185 "-L", "DEBUG", 185 "-L", "DEBUG",