From ce7d5f88fdbb4094571d436c509d7f42c03ab12a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Oct 2009 09:27:12 +0000 Subject: [PATCH] remove d everywhere --- src/datastore/test_datastore_api.c | 4 ++-- src/datastore/test_datastore_api_data.conf | 2 +- src/datastore/test_datastore_api_management.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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; } -- 2.25.1