From 5b29c6182ab28a0510e3a59fb2edba6eab9c914a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Oct 2009 12:02:44 +0000 Subject: [PATCH] delete correct dir --- src/datastore/perf_datastore_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index 084234b17..2344dafe8 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -383,7 +383,7 @@ main (int argc, char *argv[]) { int ret; - GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore"); GNUNET_log_setup ("perf-datastore-api", #if VERBOSE "DEBUG", @@ -395,7 +395,7 @@ main (int argc, char *argv[]) #if REPORT_ID fprintf (stderr, "\n"); #endif - GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore"); return ret; } -- 2.25.1