summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-30 16:22:41 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-30 16:22:41 +0530
commit8dbb49ba93d08d8826c37e3484d7c64c6c901240 (patch)
tree64001dc20281439f0b46a8f32df4e9ca5956e4cd /src
parentb284201182eab8a3b40f95b0596a7641566ed119 (diff)
downloadmerchant-8dbb49ba93d08d8826c37e3484d7c64c6c901240.tar.gz
merchant-8dbb49ba93d08d8826c37e3484d7c64c6c901240.tar.bz2
merchant-8dbb49ba93d08d8826c37e3484d7c64c6c901240.zip
remove accidental valgrind
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_api_helpers.c3
1 files changed, 1 insertions, 2 deletions
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,