From: Christian Grothoff Date: Tue, 23 Feb 2010 09:25:40 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~22628 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aeb60f732c91f08bbcc4d9f2f307f2f4d43f9131;p=oweals%2Fgnunet.git fix --- diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf index 23cb948c4..d62ee8c98 100644 --- a/src/fs/fs_test_lib_data.conf +++ b/src/fs/fs_test_lib_data.conf @@ -12,7 +12,7 @@ HOSTNAME = localhost [transport] PORT = 43465 PLUGINS = tcp -#DEBUG = YES +DEBUG = YES [arm] PORT = 43466 @@ -40,7 +40,7 @@ PORT = 43470 HOSTNAME = localhost #TOTAL_QUOTA_IN = 3932160 #TOTAL_QUOTA_OUT = 3932160 -#DEBUG = YES +DEBUG = YES [fs] PORT = 43471 diff --git a/src/fs/test_fs_test_lib.c b/src/fs/test_fs_test_lib.c index ae81f7ba4..d35a91825 100644 --- a/src/fs/test_fs_test_lib.c +++ b/src/fs/test_fs_test_lib.c @@ -134,7 +134,7 @@ main (int argc, char *argv[]) char *const argvx[] = { "test-gnunet-service-fs-p2p", "-c", - "test_fs_lib_data.conf", + "fs_test_lib_data.conf", #if VERBOSE "-L", "DEBUG", #endif diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c index c95b8525f..3a4f08249 100644 --- a/src/fs/test_gnunet_service_fs_p2p.c +++ b/src/fs/test_gnunet_service_fs_p2p.c @@ -134,7 +134,7 @@ main (int argc, char *argv[]) char *const argvx[] = { "test-gnunet-service-fs-p2p", "-c", - "test_fs_lib_data.conf", + "fs_test_lib_data.conf", #if VERBOSE "-L", "DEBUG", #endif