aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-29 11:24:08 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-29 11:24:08 +0000
commitaf106ded69593d7f4676f32da6e0058cf1577ce2 (patch)
treee09e73d77cb1b137346defe393a86882b779712d /src/testbed/test_testbed_api.c
parentcc7efcc843411a956524a00c91425b9d626b03c3 (diff)
downloadgnunet-af106ded69593d7f4676f32da6e0058cf1577ce2.tar.gz
gnunet-af106ded69593d7f4676f32da6e0058cf1577ce2.zip
testbed operations
Diffstat (limited to 'src/testbed/test_testbed_api.c')
-rw-r--r--src/testbed/test_testbed_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api.c b/src/testbed/test_testbed_api.c
index 0d2a9d677..2544ae464 100644
--- a/src/testbed/test_testbed_api.c
+++ b/src/testbed/test_testbed_api.c
@@ -322,7 +322,6 @@ run (void *cls, char *const *args, const char *cfgfile,
322int main (int argc, char **argv) 322int main (int argc, char **argv)
323{ 323{
324 int ret; 324 int ret;
325
326 char *const argv2[] = { "test_testbed_api", 325 char *const argv2[] = { "test_testbed_api",
327 "-c", "test_testbed_api.conf", 326 "-c", "test_testbed_api.conf",
328 NULL 327 NULL
@@ -330,6 +329,7 @@ int main (int argc, char **argv)
330 struct GNUNET_GETOPT_CommandLineOption options[] = { 329 struct GNUNET_GETOPT_CommandLineOption options[] = {
331 GNUNET_GETOPT_OPTION_END 330 GNUNET_GETOPT_OPTION_END
332 }; 331 };
332
333 result = GNUNET_SYSERR; 333 result = GNUNET_SYSERR;
334 ret = GNUNET_PROGRAM_run ((sizeof (argv2) / sizeof (char *)) - 1, argv2, 334 ret = GNUNET_PROGRAM_run ((sizeof (argv2) / sizeof (char *)) - 1, argv2,
335 "test_testbed_api", "nohelp", options, &run, 335 "test_testbed_api", "nohelp", options, &run,