[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: use single line
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: use single line |
Date: |
Sun, 15 Sep 2019 13:13:31 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new ff0a206f use single line
ff0a206f is described below
commit ff0a206f9d93060e50818613ec9397b188242fe2
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Sep 15 13:13:29 2019 +0200
use single line
---
src/bank-lib/testing_api_helpers.c | 3 +--
src/lib/testing_api_helpers.c | 6 ++----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/bank-lib/testing_api_helpers.c
b/src/bank-lib/testing_api_helpers.c
index e2a980ec..5d371a1a 100644
--- a/src/bank-lib/testing_api_helpers.c
+++ b/src/bank-lib/testing_api_helpers.c
@@ -204,8 +204,7 @@ TALER_TESTING_run_bank (const char *config_filename,
}
GNUNET_asprintf (&wget_cmd,
- "wget -q -t 1 -T 1 %s"
- " -o /dev/null -O /dev/null",
+ "wget -q -t 1 -T 1 %s -o /dev/null -O /dev/null",
bank_url);
/* give child time to start and bind against the socket */
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c
index 84221c06..a7b45e60 100644
--- a/src/lib/testing_api_helpers.c
+++ b/src/lib/testing_api_helpers.c
@@ -600,8 +600,7 @@ TALER_TESTING_wait_exchange_ready (const char *base_url)
unsigned int iter;
GNUNET_asprintf (&wget_cmd,
- "wget -q -t 1 -T 1 %skeys"
- " -o /dev/null -O /dev/null",
+ "wget -q -t 1 -T 1 %skeys -o /dev/null -O /dev/null",
base_url); // make sure ends with '/'
/* give child time to start and bind against the socket */
fprintf (stderr,
@@ -642,8 +641,7 @@ TALER_TESTING_wait_auditor_ready (const char *base_url)
unsigned int iter;
GNUNET_asprintf (&wget_cmd,
- "wget -q -t 1 -T 1 %sversion"
- " -o /dev/null -O /dev/null",
+ "wget -q -t 1 -T 1 %sversion -o /dev/null -O /dev/null",
base_url); // make sure ends with '/'
/* give child time to start and bind against the socket */
fprintf (stderr,
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: use single line,
gnunet <=