aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_3peers_3controllers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-29 16:40:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-29 16:40:46 +0000
commit6035da499e4311aefda6f1c6ba1acef9cf3ded7e (patch)
treef097bc43a0bd4465ba635aff06137009229dadcd /src/testbed/test_testbed_api_3peers_3controllers.c
parent545f6353d401d62fec33c9c2367e01ed13fb598d (diff)
downloadgnunet-6035da499e4311aefda6f1c6ba1acef9cf3ded7e.tar.gz
gnunet-6035da499e4311aefda6f1c6ba1acef9cf3ded7e.zip
-fixes
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;