aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-06-11 15:44:17 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-06-11 15:44:17 +0200
commita317735ee2eb25700756c346bf0c88eed73d7aca (patch)
treee2e453fdb95cc59bc8cc0e4d48f052c164869538 /src
parentc6633ef267aef3f608c49f5631dc930b8fd5d9a4 (diff)
space needed
Diffstat (limited to 'src')
-rw-r--r--src/lib/testing_api_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/testing_api_helpers.c b/src/lib/testing_api_helpers.c
index e97714ef..930065af 100644
--- a/src/lib/testing_api_helpers.c
+++ b/src/lib/testing_api_helpers.c
@@ -61,7 +61,7 @@ TALER_TESTING_run_merchant (const char *config_filename,
GNUNET_asprintf (&wget_cmd,
"wget -q -t 1 -T 1"
- "--header='Authentication: ApiKey sandbox'"
+ " --header='Authentication: ApiKey sandbox'"
" %s"
" -o /dev/null -O /dev/null",
merchant_url);