From fa811b0b1df1e884833a0d4d849b241ca0f449aa Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 19 Apr 2018 08:38:59 -0400 Subject: qa: Normalize executable location --- test/functional/p2p_unrequested_blocks.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/functional/p2p_unrequested_blocks.py') 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 -- cgit v1.2.3