aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-13 22:02:10 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-13 22:02:10 +0200
commit40e45e7f5e087ba12764d5f56a060af7efdf96fc (patch)
tree81e4b5056b68b38359e5d7b99b8f54e86980fc13
parentbac4932cf5d8f5cb1af6eca5fcdac05239489e2c (diff)
downloadexchange-40e45e7f5e087ba12764d5f56a060af7efdf96fc.tar.xz
avoid generating useless file by tests
-rw-r--r--src/testing/testing_api_cmd_nexus_fetch_transactions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_nexus_fetch_transactions.c b/src/testing/testing_api_cmd_nexus_fetch_transactions.c
index ff1497f3f..fc59444de 100644
--- a/src/testing/testing_api_cmd_nexus_fetch_transactions.c
+++ b/src/testing/testing_api_cmd_nexus_fetch_transactions.c
@@ -81,6 +81,7 @@ nft_run (void *cls,
"--header=Content-Type:application/json",
"--auth-no-challenge",
"--output-file=/dev/null",
+ "--output-document=/dev/null",
"--post-data={\"level\":\"all\",\"rangeType\":\"latest\"}",
user,
pass,