summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 16:07:11 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 16:07:11 +0200
commita7a34f68e1e08051c0be6aa36f717f4c285ae9e2 (patch)
treeb601bedbc9427097f1fdbe35b36e6aed8f7c35c2
parent953a2bd382471ea6ce8fefbb6a9f4d8a9251d2b1 (diff)
downloadexchange-a7a34f68e1e08051c0be6aa36f717f4c285ae9e2.tar.gz
exchange-a7a34f68e1e08051c0be6aa36f717f4c285ae9e2.tar.bz2
exchange-a7a34f68e1e08051c0be6aa36f717f4c285ae9e2.zip
Undo saving auditor blob under /tmp.
Gives permission issues.
-rw-r--r--src/exchange-lib/testing_api_helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-lib/testing_api_helpers.c b/src/exchange-lib/testing_api_helpers.c
index 005977857..d0efae390 100644
--- a/src/exchange-lib/testing_api_helpers.c
+++ b/src/exchange-lib/testing_api_helpers.c
@@ -98,7 +98,7 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
"taler-exchange-keyup",
"taler-exchange-keyup",
"-c", config_filename,
- "-o", "/tmp/auditor.in",
+ "-o", "auditor.in",
NULL);
if (NULL == proc)
{
@@ -167,7 +167,7 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
"-c", config_filename,
"-u", "http://auditor/",
"-m", exchange_master_pub,
- "-r", "/tmp/auditor.in",
+ "-r", "auditor.in",
"-o", signed_keys_out,
NULL);
if (NULL == proc)