gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Undo saving auditor


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Undo saving auditor blob under /tmp.
Date: Wed, 25 Jul 2018 16:07:43 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a7a34f6  Undo saving auditor blob under /tmp.
a7a34f6 is described below

commit a7a34f68e1e08051c0be6aa36f717f4c285ae9e2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jul 25 16:07:11 2018 +0200

    Undo saving auditor blob under /tmp.
    
    Gives permission issues.
---
 src/exchange-lib/testing_api_helpers.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange-lib/testing_api_helpers.c 
b/src/exchange-lib/testing_api_helpers.c
index 0059778..d0efae3 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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]