From 64e2672793e7111966db2b4ec8fd440f8da28d55 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 23 Feb 2010 09:17:56 +0000 Subject: [PATCH] rename --- src/fs/Makefile.am | 1 + src/fs/fs_test_lib.c | 2 +- src/fs/{test_fs_lib_data.conf => fs_test_lib_data.conf} | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename src/fs/{test_fs_lib_data.conf => fs_test_lib_data.conf} (100%) 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 = \ EXTRA_DIST = \ + fs_test_lib_data.conf \ test_fs_data.conf \ test_fs_collection_data.conf \ 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, sctx->cfg = GNUNET_CONFIGURATION_create (); if (GNUNET_OK != GNUNET_CONFIGURATION_load (sctx->cfg, - "test_fs_lib_data.conf")) + "fs_test_lib_data.conf")) { GNUNET_break (0); GNUNET_CONFIGURATION_destroy (sctx->cfg); diff --git a/src/fs/test_fs_lib_data.conf b/src/fs/fs_test_lib_data.conf similarity index 100% rename from src/fs/test_fs_lib_data.conf rename to src/fs/fs_test_lib_data.conf -- 2.25.1