aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_startup.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_startup.py')
-rwxr-xr-xtest/functional/wallet_startup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_startup.py b/test/functional/wallet_startup.py
index 2cc4e312af..6feb00af8e 100755
--- a/test/functional/wallet_startup.py
+++ b/test/functional/wallet_startup.py
@@ -58,4 +58,4 @@ class WalletStartupTest(BitcoinTestFramework):
assert_equal(set(self.nodes[0].listwallets()), set(('w2', 'w3')))
if __name__ == '__main__':
- WalletStartupTest().main()
+ WalletStartupTest(__file__).main()