summaryrefslogtreecommitdiff
path: root/src/exchange-lib/testing_api_helpers.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 14:50:58 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-25 14:50:58 +0200
commitdc7e2fc00e2876f83b8d9f9fa4b8bfc6a5b67ec7 (patch)
tree071903a90bac8443a18096f45f20190a908c3894 /src/exchange-lib/testing_api_helpers.c
parent3af3a9fdc374bbbb8f6f4e243ebf4bc2d36e3138 (diff)
downloadexchange-dc7e2fc00e2876f83b8d9f9fa4b8bfc6a5b67ec7.tar.gz
exchange-dc7e2fc00e2876f83b8d9f9fa4b8bfc6a5b67ec7.tar.bz2
exchange-dc7e2fc00e2876f83b8d9f9fa4b8bfc6a5b67ec7.zip
save auditor blob under /tmp
Diffstat (limited to 'src/exchange-lib/testing_api_helpers.c')
-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 d0efae390..005977857 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", "auditor.in",
+ "-o", "/tmp/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", "auditor.in",
+ "-r", "/tmp/auditor.in",
"-o", signed_keys_out,
NULL);
if (NULL == proc)