diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-15 13:13:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-15 13:13:29 +0200 |
commit | ff0a206f9d93060e50818613ec9397b188242fe2 (patch) | |
tree | bb28174a176a3027d5530c1b37aa7cf3b4b40fe4 /src/bank-lib/testing_api_helpers.c | |
parent | 0647bec86c7d94b081731b4baeea66cf75a54f4a (diff) |
use single line
Diffstat (limited to 'src/bank-lib/testing_api_helpers.c')
-rw-r--r-- | src/bank-lib/testing_api_helpers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bank-lib/testing_api_helpers.c b/src/bank-lib/testing_api_helpers.c index e2a980ec8..5d371a1a5 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 */ |