gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9312 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r9312 - gnunet/src/datastore
Date: Mon, 26 Oct 2009 03:27:12 -0600

Author: grothoff
Date: 2009-10-26 03:27:12 -0600 (Mon, 26 Oct 2009)
New Revision: 9312

Modified:
   gnunet/src/datastore/test_datastore_api.c
   gnunet/src/datastore/test_datastore_api_data.conf
   gnunet/src/datastore/test_datastore_api_management.c
Log:
remove d everywhere

Modified: gnunet/src/datastore/test_datastore_api.c
===================================================================
--- gnunet/src/datastore/test_datastore_api.c   2009-10-26 09:06:36 UTC (rev 
9311)
+++ gnunet/src/datastore/test_datastore_api.c   2009-10-26 09:27:12 UTC (rev 
9312)
@@ -593,7 +593,7 @@
 {
   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 @@
 #endif
                     NULL);
   ret = check ();
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
+  GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore");
 
   return ret;
 }

Modified: gnunet/src/datastore/test_datastore_api_data.conf
===================================================================
--- gnunet/src/datastore/test_datastore_api_data.conf   2009-10-26 09:06:36 UTC 
(rev 9311)
+++ gnunet/src/datastore/test_datastore_api_data.conf   2009-10-26 09:27:12 UTC 
(rev 9312)
@@ -1,5 +1,5 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-datastore/
+SERVICEHOME = /tmp/test-gnunet-datastore/
 DEFAULTCONFIG = test_datastore_api_data.conf
 
 [arm]

Modified: gnunet/src/datastore/test_datastore_api_management.c
===================================================================
--- gnunet/src/datastore/test_datastore_api_management.c        2009-10-26 
09:06:36 UTC (rev 9311)
+++ gnunet/src/datastore/test_datastore_api_management.c        2009-10-26 
09:27:12 UTC (rev 9312)
@@ -361,7 +361,7 @@
 {
   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 @@
 #endif
                     NULL);
   ret = check ();
-  GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
+  GNUNET_DISK_directory_remove ("/tmp/test-gnunet-datastore");
   return ret;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]