From: Christian Grothoff Date: Mon, 26 Oct 2009 09:27:12 +0000 (+0000) Subject: remove d everywhere X-Git-Tag: initial-import-from-subversion-38251~23229 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce7d5f88fdbb4094571d436c509d7f42c03ab12a;p=oweals%2Fgnunet.git remove d everywhere --- diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c index 6a63e8e26..0e1ffe155 100644 --- a/src/datastore/test_datastore_api.c +++ b/src/datastore/test_datastore_api.c @@ -593,7 +593,7 @@ main (int argc, char *argv[]) { int ret; - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore"); GNUNET_log_setup ("test-datastore-api", #if VERBOSE "DEBUG", @@ -602,7 +602,7 @@ main (int argc, char *argv[]) #endif NULL); ret = check (); - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore"); return ret; } diff --git a/src/datastore/test_datastore_api_data.conf b/src/datastore/test_datastore_api_data.conf index a09bfae0e..32b948c59 100644 --- a/src/datastore/test_datastore_api_data.conf +++ b/src/datastore/test_datastore_api_data.conf @@ -1,5 +1,5 @@ [PATHS] -SERVICEHOME = /tmp/test-gnunetd-datastore/ +SERVICEHOME = /tmp/test-gnunet-datastore/ DEFAULTCONFIG = test_datastore_api_data.conf [arm] diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c index c9fc9c8c5..bcc5b5e85 100644 --- a/src/datastore/test_datastore_api_management.c +++ b/src/datastore/test_datastore_api_management.c @@ -361,7 +361,7 @@ main (int argc, char *argv[]) { int ret; - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore"); GNUNET_log_setup ("test-datastore-api", #if VERBOSE "DEBUG", @@ -370,7 +370,7 @@ main (int argc, char *argv[]) #endif NULL); ret = check (); - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore"); return ret; }