aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-23 09:25:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-23 09:25:40 +0000
commitaeb60f732c91f08bbcc4d9f2f307f2f4d43f9131 (patch)
treeedc3232ceeb4f3b052c3bcb893b129a1f6e7f0dd /src
parent64e2672793e7111966db2b4ec8fd440f8da28d55 (diff)
downloadgnunet-aeb60f732c91f08bbcc4d9f2f307f2f4d43f9131.tar.gz
gnunet-aeb60f732c91f08bbcc4d9f2f307f2f4d43f9131.zip
fix
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_test_lib_data.conf4
-rw-r--r--src/fs/test_fs_test_lib.c2
-rw-r--r--src/fs/test_gnunet_service_fs_p2p.c2
3 files changed, 4 insertions, 4 deletions
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
12[transport] 12[transport]
13PORT = 43465 13PORT = 43465
14PLUGINS = tcp 14PLUGINS = tcp
15#DEBUG = YES 15DEBUG = YES
16 16
17[arm] 17[arm]
18PORT = 43466 18PORT = 43466
@@ -40,7 +40,7 @@ PORT = 43470
40HOSTNAME = localhost 40HOSTNAME = localhost
41#TOTAL_QUOTA_IN = 3932160 41#TOTAL_QUOTA_IN = 3932160
42#TOTAL_QUOTA_OUT = 3932160 42#TOTAL_QUOTA_OUT = 3932160
43#DEBUG = YES 43DEBUG = YES
44 44
45[fs] 45[fs]
46PORT = 43471 46PORT = 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[])
134 char *const argvx[] = { 134 char *const argvx[] = {
135 "test-gnunet-service-fs-p2p", 135 "test-gnunet-service-fs-p2p",
136 "-c", 136 "-c",
137 "test_fs_lib_data.conf", 137 "fs_test_lib_data.conf",
138#if VERBOSE 138#if VERBOSE
139 "-L", "DEBUG", 139 "-L", "DEBUG",
140#endif 140#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[])
134 char *const argvx[] = { 134 char *const argvx[] = {
135 "test-gnunet-service-fs-p2p", 135 "test-gnunet-service-fs-p2p",
136 "-c", 136 "-c",
137 "test_fs_lib_data.conf", 137 "fs_test_lib_data.conf",
138#if VERBOSE 138#if VERBOSE
139 "-L", "DEBUG", 139 "-L", "DEBUG",
140#endif 140#endif