projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b441997
)
fix
author
Florian Dold
<florian.dold@gmail.com>
Tue, 12 Jun 2012 22:30:40 +0000
(22:30 +0000)
committer
Florian Dold
<florian.dold@gmail.com>
Tue, 12 Jun 2012 22:30:40 +0000
(22:30 +0000)
src/testing/gnunet-testing-run-service.c
patch
|
blob
|
history
diff --git
a/src/testing/gnunet-testing-run-service.c
b/src/testing/gnunet-testing-run-service.c
index 514c0f42060fad6e8a8113c804d917b46e797c1e..01a0065b338252809d95bfdc2d91dd3268d7c6b4 100644
(file)
--- a/
src/testing/gnunet-testing-run-service.c
+++ b/
src/testing/gnunet-testing-run-service.c
@@
-155,17
+155,6
@@
main (int argc, char *const *argv)
int arg_start;
int ret;
- struct GNUNET_OS_Process *p;
-
- p = GNUNET_OS_start_process(GNUNET_YES, NULL, NULL, "sgjldsjg");
-
- if (p != NULL) {
- printf("bogus!\n");
- }
-
-
- return 0;
-
arg_start = GNUNET_GETOPT_run("gnunet-testing-run-service", options, argc, argv);
if (arg_start == GNUNET_SYSERR) {