@ -23,7 +23,7 @@ class FilelockTest(BitcoinTestFramework):
self.log.info("Using datadir {}".format(datadir))
self.log.info("Using datadir {}".format(datadir))
self.log.info("Check that we can't start a second bitcoind instance using the same datadir")
self.log.info("Check that we can't start a second bitcoind instance using the same datadir")
expected_msg="Error: Cannot obtain a lock on data directory {}. Bitcoin Core is probably already running.".format(datadir)
expected_msg="Error: Cannot obtain a lock on data directory {0}. {1} is probably already running.".format(datadir,self.config['environment']['PACKAGE_NAME'])