aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-24 22:43:04 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-24 22:43:04 +0000
commit38fea0d2e4fe5410fcba7b115080a464f9af1930 (patch)
tree89910fa746a75a473fb1d21d5e141a3639ea223b /src/datastore/perf_plugin_datastore.c
parent705b8ff512ec5595aa2b9f39c865281216df1ba3 (diff)
downloadgnunet-38fea0d2e4fe5410fcba7b115080a464f9af1930.tar.gz
gnunet-38fea0d2e4fe5410fcba7b115080a464f9af1930.zip
better tmp dir name'
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index 9d2b1cc6c..b7bc9db31 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -400,7 +400,7 @@ main (int argc, char *argv[])
400{ 400{
401 int ret; 401 int ret;
402 402
403 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); 403 GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
404 GNUNET_log_setup ("perf-plugin-datastore", 404 GNUNET_log_setup ("perf-plugin-datastore",
405#if VERBOSE 405#if VERBOSE
406 "DEBUG", 406 "DEBUG",
@@ -409,7 +409,7 @@ main (int argc, char *argv[])
409#endif 409#endif
410 NULL); 410 NULL);
411 ret = check (); 411 ret = check ();
412 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); 412 GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
413 413
414 return ret; 414 return ret;
415} 415}