From ff0a206f9d93060e50818613ec9397b188242fe2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Sep 2019 13:13:29 +0200 Subject: use single line --- src/lib/testing_api_helpers.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/testing_api_helpers.c') 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, -- cgit v1.2.3