fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir...
[oweals/gnunet.git] / src / statistics / test_statistics_api_loop.c
index 987b6c57b82fcfaa4c2e2415713d584a7495d119..7a7b44c1fc43725cbdff09df645cb7055b44224a 100644 (file)
@@ -101,7 +101,7 @@ main (int argc, char *argv_ign[])
   GNUNET_assert (NULL != proc);
   GNUNET_PROGRAM_run (3, argv, "test-statistics-api", "nohelp", options, &run,
                       &ok);
-  if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
+  if (0 != GNUNET_OS_process_kill (proc, GNUNET_TERM_SIG))
   {
     GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "kill");
     ok = 1;