adding single location for no_forcestart configuration list
[oweals/gnunet.git] / src / fs / test_plugin_block_fs.c
index a9f5ce3f002089ba0f2cb76828e422293ddb5990..d354847d4ae854b1e996d6587e46de8a41e30502 100644 (file)
@@ -64,7 +64,6 @@ main (int argc, char *argv[])
 
   GNUNET_log_setup ("test-block", "WARNING", NULL);
   cfg = GNUNET_CONFIGURATION_create ();
-  GNUNET_CONFIGURATION_set_value_string (cfg, "block", "PLUGINS", "fs");
   ctx = GNUNET_BLOCK_context_create (cfg);
   ret = test_fs (ctx);
   GNUNET_BLOCK_context_destroy (ctx);