-fix year
[oweals/gnunet.git] / src / fs / test_gnunet_service_fs_p2p.c
index 108b4e6c9ec0b119463f90b6ec7f5018be00fb0c..e37a322b8cc56a16ae40e2335bf7a0be823b683a 100644 (file)
@@ -121,7 +121,7 @@ do_publish (void *cls,
 {
   unsigned int i;
  
-  if (NULL != strstr (progname, "stream"))
+  if (NULL != strstr (progname, "mesh"))
     anonymity_level = 0;
   else
     anonymity_level = 1;
@@ -143,8 +143,8 @@ main (int argc, char *argv[])
   const char *config;
 
   progname = argv[0];
-  if (NULL != strstr (progname, "stream"))
-    config = "test_gnunet_service_fs_p2p_stream.conf";
+  if (NULL != strstr (progname, "mesh"))
+    config = "test_gnunet_service_fs_p2p_mesh.conf";
   else
     config = "fs_test_lib_data.conf";
   (void) GNUNET_TESTBED_test_run ("test-gnunet-service-fs-p2p",