save auditor blob under /tmp
This commit is contained in:
parent
3af3a9fdc3
commit
dc7e2fc00e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user