aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_v2_encrypted.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_v2_encrypted.py')
-rwxr-xr-xtest/functional/p2p_v2_encrypted.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_v2_encrypted.py b/test/functional/p2p_v2_encrypted.py
index 05755dece0..3e8ce09d24 100755
--- a/test/functional/p2p_v2_encrypted.py
+++ b/test/functional/p2p_v2_encrypted.py
@@ -131,4 +131,4 @@ class P2PEncrypted(BitcoinTestFramework):
if __name__ == '__main__':
- P2PEncrypted().main()
+ P2PEncrypted(__file__).main()