aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-23 09:17:56 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-23 09:17:56 +0000
commit64e2672793e7111966db2b4ec8fd440f8da28d55 (patch)
tree27369ce891864f386b525d9a0a36c03d43f50c34
parent9897ed6a10d0432bee2cdb623ae45324c7979118 (diff)
downloadgnunet-64e2672793e7111966db2b4ec8fd440f8da28d55.tar.gz
gnunet-64e2672793e7111966db2b4ec8fd440f8da28d55.zip
rename
-rw-r--r--src/fs/Makefile.am1
-rw-r--r--src/fs/fs_test_lib.c2
-rw-r--r--src/fs/fs_test_lib_data.conf (renamed from src/fs/test_fs_lib_data.conf)0
3 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index fa5ed090e..ee476e6e0 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -239,6 +239,7 @@ test_gnunet_service_fs_p2p_LDADD = \
239 239
240 240
241EXTRA_DIST = \ 241EXTRA_DIST = \
242 fs_test_lib_data.conf \
242 test_fs_data.conf \ 243 test_fs_data.conf \
243 test_fs_collection_data.conf \ 244 test_fs_collection_data.conf \
244 test_fs_download_data.conf \ 245 test_fs_download_data.conf \
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index 1687aa7e9..1e3fa7f20 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -327,7 +327,7 @@ GNUNET_FS_TEST_daemons_start (struct GNUNET_SCHEDULER_Handle *sched,
327 sctx->cfg = GNUNET_CONFIGURATION_create (); 327 sctx->cfg = GNUNET_CONFIGURATION_create ();
328 if (GNUNET_OK != 328 if (GNUNET_OK !=
329 GNUNET_CONFIGURATION_load (sctx->cfg, 329 GNUNET_CONFIGURATION_load (sctx->cfg,
330 "test_fs_lib_data.conf")) 330 "fs_test_lib_data.conf"))
331 { 331 {
332 GNUNET_break (0); 332 GNUNET_break (0);
333 GNUNET_CONFIGURATION_destroy (sctx->cfg); 333 GNUNET_CONFIGURATION_destroy (sctx->cfg);
diff --git a/src/fs/test_fs_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 23cb948c4..23cb948c4 100644
--- a/src/fs/test_fs_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf