aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_blank.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_blank.py')
-rwxr-xr-xtest/functional/wallet_blank.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_blank.py b/test/functional/wallet_blank.py
index e646d27005..76f9cb05ee 100755
--- a/test/functional/wallet_blank.py
+++ b/test/functional/wallet_blank.py
@@ -160,4 +160,4 @@ class WalletBlankTest(BitcoinTestFramework):
if __name__ == '__main__':
- WalletBlankTest().main()
+ WalletBlankTest(__file__).main()