From b449c7353ef5d789500244c790bae5affedf0ee7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Oct 2021 18:37:42 +0200 Subject: work on testing ftbfs --- src/testing/testing_api_cmd_auditor_exec_auditor_dbinit.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/testing/testing_api_cmd_auditor_exec_auditor_dbinit.c') diff --git a/src/testing/testing_api_cmd_auditor_exec_auditor_dbinit.c b/src/testing/testing_api_cmd_auditor_exec_auditor_dbinit.c index c09ec2918..2ab5bda8b 100644 --- a/src/testing/testing_api_cmd_auditor_exec_auditor_dbinit.c +++ b/src/testing/testing_api_cmd_auditor_exec_auditor_dbinit.c @@ -124,7 +124,7 @@ auditor_dbinit_traits (void *cls, { struct AuditorDbinitState *ks = cls; struct TALER_TESTING_Trait traits[] = { - TALER_TESTING_make_trait_process (0, &ks->auditor_dbinit_proc), + TALER_TESTING_make_trait_process (&ks->auditor_dbinit_proc), TALER_TESTING_trait_end () }; @@ -135,13 +135,6 @@ auditor_dbinit_traits (void *cls, } -/** - * Make the "exec-auditor-dbinit" CMD. - * - * @param label command label. - * @param config_filename configuration filename. - * @return the command. - */ struct TALER_TESTING_Command TALER_TESTING_cmd_exec_auditor_dbinit (const char *label, const char *config_filename) -- cgit v1.2.3