From 8dbb49ba93d08d8826c37e3484d7c64c6c901240 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 30 Jul 2020 16:22:41 +0530 Subject: remove accidental valgrind --- src/testing/testing_api_helpers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/testing/testing_api_helpers.c') diff --git a/src/testing/testing_api_helpers.c b/src/testing/testing_api_helpers.c index 5160d627..2564c72f 100644 --- a/src/testing/testing_api_helpers.c +++ b/src/testing/testing_api_helpers.c @@ -51,8 +51,7 @@ TALER_TESTING_run_merchant (const char *config_filename, merchant_proc = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ALL, NULL, NULL, NULL, - "valgrind", - "valgrind", + "taler-merchant-httpd", "taler-merchant-httpd", "--log=INFO", "-c", config_filename, -- cgit v1.2.3