aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 7f6ff3fd2..2b9b560fa 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -544,7 +544,7 @@ GNUNET_TESTING_daemon_stop (struct GNUNET_TESTING_Daemon *d,
544#if DEBUG_TESTING 544#if DEBUG_TESTING
545 "-L", "DEBUG", 545 "-L", "DEBUG",
546#endif 546#endif
547 "-c", d->cfgfile, "-e", NULL); 547 "-c", d->cfgfile, "-e", "-d", NULL);
548 /* Use -e to end arm, and -d to remove temp files */ 548 /* Use -e to end arm, and -d to remove temp files */
549 549
550 GNUNET_free (arg); 550 GNUNET_free (arg);