aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/test_statistics_api_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/test_statistics_api_watch.c')
-rw-r--r--src/statistics/test_statistics_api_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/test_statistics_api_watch.c b/src/statistics/test_statistics_api_watch.c
index e75cab5f6..78bc425c5 100644
--- a/src/statistics/test_statistics_api_watch.c
+++ b/src/statistics/test_statistics_api_watch.c
@@ -130,7 +130,7 @@ main (int argc, char *argv_ign[])
130 ok = 3; 130 ok = 3;
131 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run, 131 GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run,
132 NULL); 132 NULL);
133 if (0 != GNUNET_OS_process_kill (proc, SIGTERM)) 133 if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
134 { 134 {
135 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill"); 135 GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
136 ok = 1; 136 ok = 1;