Skip to content

Commit 4a0c08f

Browse files
committed
[tests] update zmq test to use correct config.ini file
1 parent 9c248e3 commit 4a0c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/zmq_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def setup_nodes(self):
2828
# Check that bitcoin has been built with ZMQ enabled
2929
config = configparser.ConfigParser()
3030
if not self.options.configfile:
31-
self.options.configfile = os.path.dirname(__file__) + "/config.ini"
31+
self.options.configfile = os.path.dirname(__file__) + "/../config.ini"
3232
config.read_file(open(self.options.configfile))
3333

3434
if not config["components"].getboolean("ENABLE_ZMQ"):

0 commit comments

Comments
 (0)