Skip to content

Commit 4383319

Browse files
committed
Merge pull request #5432
db0916b Fix missing python2 in rpc-tests (Matt Corallo) Signed-off-by: Gavin Andresen <[email protected]>
2 parents b5fa132 + db0916b commit 4383319

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

qa/rpc-tests/mempool_resurrect_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# Copyright (c) 2014 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

qa/rpc-tests/mempool_spendcoinbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# Copyright (c) 2014 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

qa/rpc-tests/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# Copyright (c) 2014 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

0 commit comments

Comments
 (0)