commit a317735ee2eb25700756c346bf0c88eed73d7aca parent c6633ef267aef3f608c49f5631dc930b8fd5d9a4 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 11 Jun 2018 15:44:17 +0200 space needed Diffstat:
| M | src/lib/testing_api_helpers.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);