summaryrefslogtreecommitdiff
path: root/src/auditor-lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor-lib')
-rw-r--r--src/auditor-lib/test_auditor_api.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/auditor-lib/test_auditor_api.c b/src/auditor-lib/test_auditor_api.c
index e349695f5..6b03bb70f 100644
--- a/src/auditor-lib/test_auditor_api.c
+++ b/src/auditor-lib/test_auditor_api.c
@@ -498,14 +498,19 @@ int
main (int argc,
char * const *argv)
{
- if (1)
- return 77; // FIXME: test not yet ready
+
/* These environment variables get in the way... */
unsetenv ("XDG_DATA_HOME");
unsetenv ("XDG_CONFIG_HOME");
GNUNET_log_setup ("test-auditor-api",
"INFO",
NULL);
+ if (1)
+ {
+ TALER_LOG_WARNING ("Test not yet ready\n");
+ return 77; // FIXME: test not yet ready
+ }
+
if (NULL == (fakebank_url
/* Check fakebank port is available and config cares
* about bank url. */