diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-28 22:50:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-28 22:50:59 +0100 |
commit | 717ae657cd5aa7960db45d195b3546e6640a5378 (patch) | |
tree | 7fc0a358e3cbf3228d63e3561e35cf346df12ee6 | |
parent | 17e7d26894edd55fb2d756e5252d7de20ce89fe0 (diff) |
remove closer, fixes FTBFS and makes tests slightly faster
-rw-r--r-- | src/lib/test_merchant_api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c index d8de78c9..b214814d 100644 --- a/src/lib/test_merchant_api.c +++ b/src/lib/test_merchant_api.c @@ -126,7 +126,6 @@ cmd_exec_wirewatch (char *label) */ #define CMD_EXEC_AGGREGATOR(label) \ TALER_TESTING_cmd_exec_aggregator (label "-aggregator", CONFIG_FILE), \ - TALER_TESTING_cmd_exec_closer (label "-closer", CONFIG_FILE), \ TALER_TESTING_cmd_exec_transfer (label "-transfer", CONFIG_FILE) |