remove d everywhere
authorChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 09:27:12 +0000 (09:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 26 Oct 2009 09:27:12 +0000 (09:27 +0000)
src/datastore/test_datastore_api.c
src/datastore/test_datastore_api_data.conf
src/datastore/test_datastore_api_management.c

index 6a63e8e2661a88eda65a623bac09c2d368772528..0e1ffe155da620b946c6b38384a50632a3956e27 100644 (file)
@@ -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;
 }
index a09bfae0ee72cba746589e582f6b3770fd5780c6..32b948c59523deb704b2051a769700c994d4dbe7 100644 (file)
@@ -1,5 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-datastore/
+SERVICEHOME = /tmp/test-gnunet-datastore/
 DEFAULTCONFIG = test_datastore_api_data.conf
 
 [arm]
index c9fc9c8c5c7c940d53d6f7a0d47f2037197371cf..bcc5b5e85e9f8bded2334b3e03defa0d3b56527d 100644 (file)
@@ -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;
 }