summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_exec_auditor-sign.c')
-rw-r--r--src/exchange-lib/testing_api_cmd_exec_auditor-sign.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c b/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
index bae0c076a..98ce116ec 100644
--- a/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
+++ b/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
@@ -72,23 +72,23 @@ auditor_sign_run (void *cls,
if (GNUNET_OK != GNUNET_CONFIGURATION_load
(cfg, ass->config_filename))
{
- GNUNET_break (0);
- TALER_TESTING_interpreter_fail (is);
+ GNUNET_break (0);
+ TALER_TESTING_interpreter_fail (is);
return;
}
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_string (cfg,
- "paths",
- "TALER_TEST_HOME",
- &test_home_dir))
+ GNUNET_CONFIGURATION_get_value_filename (cfg,
+ "paths",
+ "TALER_TEST_HOME",
+ &test_home_dir))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"paths",
"TALER_TEST_HOME");
GNUNET_CONFIGURATION_destroy (cfg);
- GNUNET_break (0);
- TALER_TESTING_interpreter_fail (is);
+ GNUNET_break (0);
+ TALER_TESTING_interpreter_fail (is);
return;
}
@@ -108,8 +108,8 @@ auditor_sign_run (void *cls,
"MASTER_PUBLIC_KEY");
GNUNET_CONFIGURATION_destroy (cfg);
- GNUNET_break (0);
- TALER_TESTING_interpreter_fail (is);
+ GNUNET_break (0);
+ TALER_TESTING_interpreter_fail (is);
return;
}