delete correct dir
authorChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 12:02:44 +0000 (12:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 12:02:44 +0000 (12:02 +0000)
src/datastore/perf_datastore_api.c

index 084234b17f3a1f2dcefdf5c7b4bfeeb73efd3235..2344dafe89e23d28438c6aef3fd5f0e38ebfce66 100644 (file)
@@ -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;
 }