Undo saving auditor blob under /tmp.

Gives permission issues.
This commit is contained in:
Marcello Stanisci 2018-07-25 16:07:11 +02:00
parent 953a2bd382
commit a7a34f68e1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -98,7 +98,7 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
"taler-exchange-keyup", "taler-exchange-keyup",
"taler-exchange-keyup", "taler-exchange-keyup",
"-c", config_filename, "-c", config_filename,
"-o", "/tmp/auditor.in", "-o", "auditor.in",
NULL); NULL);
if (NULL == proc) if (NULL == proc)
{ {
@ -167,7 +167,7 @@ TALER_TESTING_prepare_exchange (const char *config_filename,
"-c", config_filename, "-c", config_filename,
"-u", "http://auditor/", "-u", "http://auditor/",
"-m", exchange_master_pub, "-m", exchange_master_pub,
"-r", "/tmp/auditor.in", "-r", "auditor.in",
"-o", signed_keys_out, "-o", signed_keys_out,
NULL); NULL);
if (NULL == proc) if (NULL == proc)