aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_3peers_3controllers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_3peers_3controllers.c')
-rw-r--r--src/testbed/test_testbed_api_3peers_3controllers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/test_testbed_api_3peers_3controllers.c b/src/testbed/test_testbed_api_3peers_3controllers.c
index 8c976e13b..1d1d1ce44 100644
--- a/src/testbed/test_testbed_api_3peers_3controllers.c
+++ b/src/testbed/test_testbed_api_3peers_3controllers.c
@@ -853,7 +853,7 @@ host_habitable_cb (void *cls,
853 hc_handle = NULL; 853 hc_handle = NULL;
854 if (GNUNET_NO == status) 854 if (GNUNET_NO == status)
855 { 855 {
856 (void) PRINTF ("%s", 856 (void) printf ("%s",
857 "Unable to run the test as this system is not configured " 857 "Unable to run the test as this system is not configured "
858 "to use password less SSH logins to localhost.\n" 858 "to use password less SSH logins to localhost.\n"
859 "Skipping test\n"); 859 "Skipping test\n");
@@ -895,7 +895,7 @@ run (void *cls, char *const *args, const char *cfgfile,
895 { 895 {
896 GNUNET_TESTBED_host_destroy (host); 896 GNUNET_TESTBED_host_destroy (host);
897 host = NULL; 897 host = NULL;
898 (void) PRINTF ("%s", 898 (void) printf ("%s",
899 "Unable to run the test as this system is not configured " 899 "Unable to run the test as this system is not configured "
900 "to use password less SSH logins to localhost.\n" 900 "to use password less SSH logins to localhost.\n"
901 "Skipping test\n"); 901 "Skipping test\n");