aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/daemon_options_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/daemon_options_test.c')
-rw-r--r--src/testcurl/daemon_options_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testcurl/daemon_options_test.c b/src/testcurl/daemon_options_test.c
index b9aa7978..508585b7 100644
--- a/src/testcurl/daemon_options_test.c
+++ b/src/testcurl/daemon_options_test.c
@@ -50,12 +50,9 @@ int
50test_wrap (char *test_name, int (*test) (void)) 50test_wrap (char *test_name, int (*test) (void))
51{ 51{
52 int ret; 52 int ret;
53 va_list arg_list;
54 struct MHD_Daemon *d;
55 53
56 fprintf (stdout, "running test: %s ", test_name); 54 fprintf (stdout, "running test: %s ", test_name);
57 ret = test (); 55 ret = test ();
58
59 if (ret == 0) 56 if (ret == 0)
60 { 57 {
61 fprintf (stdout, "[pass]\n"); 58 fprintf (stdout, "[pass]\n");