diff options
| author | Christian Grothoff <christian@grothoff.org> | 2023-05-13 22:02:10 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2023-05-13 22:02:10 +0200 | 
| commit | 40e45e7f5e087ba12764d5f56a060af7efdf96fc (patch) | |
| tree | 81e4b5056b68b38359e5d7b99b8f54e86980fc13 /src/testing | |
| parent | bac4932cf5d8f5cb1af6eca5fcdac05239489e2c (diff) | |
avoid generating useless file by tests
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing_api_cmd_nexus_fetch_transactions.c | 1 | 
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 ff1497f3..fc59444d 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,  | 
