gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20185 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r20185 - gnunet/src/namestore
Date: Thu, 1 Mar 2012 19:40:12 +0100

Author: grothoff
Date: 2012-03-01 19:40:12 +0100 (Thu, 01 Mar 2012)
New Revision: 20185

Modified:
   gnunet/src/namestore/test_plugin_namestore.c
Log:
-LRN: Without this patch namestore tests can't even load the plugin.
With it namestore tests (at least some of them) fail two assertions,
and then crash. Not sure which is better.



Modified: gnunet/src/namestore/test_plugin_namestore.c
===================================================================
--- gnunet/src/namestore/test_plugin_namestore.c        2012-03-01 18:39:26 UTC 
(rev 20184)
+++ gnunet/src/namestore/test_plugin_namestore.c        2012-03-01 18:40:12 UTC 
(rev 20185)
@@ -235,8 +235,6 @@
 
   GNUNET_snprintf (cfg_name, sizeof (cfg_name), 
"test_plugin_namestore_%s.conf",
                    plugin_name);
-  if (pos != plugin_name)
-    pos[0] = '.';
   GNUNET_PROGRAM_run ((sizeof (xargv) / sizeof (char *)) - 1, xargv,
                       "test-plugin-namestore", "nohelp", options, &run, NULL);
   if (ok != 0)




reply via email to

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