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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_3peers_3controllers.c b/src/testbed/test_testbed_api_3peers_3controllers.c
index 691e04727..206944ae8 100644
--- a/src/testbed/test_testbed_api_3peers_3controllers.c
+++ b/src/testbed/test_testbed_api_3peers_3controllers.c
@@ -707,6 +707,7 @@ check_ssh (char *host_str)
707 "-o", "NoHostAuthenticationForLocalhost=yes", "-q", 707 "-o", "NoHostAuthenticationForLocalhost=yes", "-q",
708 host_str, "which", "gnunet-helper-testbed", NULL 708 host_str, "which", "gnunet-helper-testbed", NULL
709 }; 709 };
710 // FIXME: the above no longer works with libexec/-installation!
710 struct GNUNET_OS_Process *auxp; 711 struct GNUNET_OS_Process *auxp;
711 enum GNUNET_OS_ProcessStatusType type; 712 enum GNUNET_OS_ProcessStatusType type;
712 unsigned long code; 713 unsigned long code;