From: Nathan S. Evans Date: Thu, 28 Jul 2011 11:08:04 +0000 (+0000) Subject: unixpath causing trouble for distributed testing X-Git-Tag: initial-import-from-subversion-38251~17589 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=873238cdfa2520e5b18982f38f7f128b9816daf3;p=oweals%2Fgnunet.git unixpath causing trouble for distributed testing --- diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c index 0a5c286b9..8fc1e8d27 100644 --- a/src/testing/testing_group.c +++ b/src/testing/testing_group.c @@ -1470,6 +1470,8 @@ make_config(const struct GNUNET_CONFIGURATION_Handle *cfg, uint32_t off, GNUNET_CONFIGURATION_set_value_string (uc.ret, "dht", "UNIXPATH", ""); GNUNET_CONFIGURATION_set_value_string (uc.ret, "statistics", "UNIXPATH", ""); + GNUNET_CONFIGURATION_set_value_string (uc.ret, "nse", "UNIXPATH", ""); + GNUNET_CONFIGURATION_set_value_string (uc.ret, "arm", "UNIXPATH", ""); GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", "USE_LOCALADDR", "YES");