summaryrefslogtreecommitdiff
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api_3peers_3controllers.c b/src/testbed/test_testbed_api_3peers_3controllers.c
index 8042c4369..2c04529b2 100644
--- a/src/testbed/test_testbed_api_3peers_3controllers.c
+++ b/src/testbed/test_testbed_api_3peers_3controllers.c
@@ -732,7 +732,8 @@ main (int argc, char **argv)
732 return 0; 732 return 0;
733 733
734 error_exit: 734 error_exit:
735 (void) PRINTF ("Unable to run the test as this system is not configured " 735 (void) PRINTF ("%s",
736 "Unable to run the test as this system is not configured "
736 "to use password less SSH logins to localhost.\n" 737 "to use password less SSH logins to localhost.\n"
737 "Marking test as successful\n"); 738 "Marking test as successful\n");
738 return 0; 739 return 0;