From 2a9160edbc8bdc4a524cd017e7947ae7bdb50452 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 31 Mar 2010 13:13:01 +0000 Subject: [PATCH] remove files --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, #if DEBUG_TESTING "-L", "DEBUG", #endif - "-c", d->cfgfile, "-e", NULL); + "-c", d->cfgfile, "-e", "-d", NULL); /* Use -e to end arm, and -d to remove temp files */ GNUNET_free (arg); -- 2.25.1