diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-04-19 08:38:59 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-04-21 16:55:42 -0400 |
commit | fa811b0b1df1e884833a0d4d849b241ca0f449aa (patch) | |
tree | 4f54a61b73e5eaf023018d2b559dfdeaa50fad63 /test/functional/p2p_unrequested_blocks.py | |
parent | 39cf27faf324057cdcce45a07834fc5aa68a8101 (diff) |
qa: Normalize executable location
Diffstat (limited to 'test/functional/p2p_unrequested_blocks.py')
-rwxr-xr-x | test/functional/p2p_unrequested_blocks.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/functional/p2p_unrequested_blocks.py b/test/functional/p2p_unrequested_blocks.py index 53b2856eb5..49c619a4ce 100755 --- a/test/functional/p2p_unrequested_blocks.py +++ b/test/functional/p2p_unrequested_blocks.py @@ -57,12 +57,8 @@ from test_framework.util import * import time from test_framework.blocktools import create_block, create_coinbase, create_transaction -class AcceptBlockTest(BitcoinTestFramework): - def add_options(self, parser): - parser.add_option("--testbinary", dest="testbinary", - default=os.getenv("BITCOIND", "bitcoind"), - help="bitcoind binary to test") +class AcceptBlockTest(BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 2 |