aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-04 13:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-04 13:14:21 +0000
commitefe824206c806a535acb63d94acda5d406a3e359 (patch)
treee9669c9c232cdf9c315b85dce689efed1849c921 /src/fs/test_fs_download.c
parent25b2a459ae5be496f8e4275777812c57f93ea29c (diff)
downloadgnunet-efe824206c806a535acb63d94acda5d406a3e359.tar.gz
gnunet-efe824206c806a535acb63d94acda5d406a3e359.zip
-file renaming stream->mesh
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index a62cf23a0..519923450 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -329,10 +329,10 @@ main (int argc, char *argv[])
329 binary_name = "test-fs-download-indexed"; 329 binary_name = "test-fs-download-indexed";
330 config_name = "test_fs_download_indexed.conf"; 330 config_name = "test_fs_download_indexed.conf";
331 } 331 }
332 if (NULL != strstr (argv[0], "stream")) 332 if (NULL != strstr (argv[0], "mesh"))
333 { 333 {
334 binary_name = "test-fs-download-stream"; 334 binary_name = "test-fs-download-mesh";
335 config_name = "test_fs_download_stream.conf"; 335 config_name = "test_fs_download_mesh.conf";
336 } 336 }
337 if (0 != GNUNET_TESTING_peer_run (binary_name, 337 if (0 != GNUNET_TESTING_peer_run (binary_name,
338 config_name, 338 config_name,