diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2015-10-04 15:08:18 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2015-10-04 15:08:18 -0400 |
commit | 3ab3de8ba1a63d5ec0f97ae12e660d9730c60156 (patch) | |
tree | 6f0caa4e891c7488cec908b2d60ca17c11dec274 /qa | |
parent | 5ab5dca6f1bb1eccd47ea64834acc4fee0435b73 (diff) |
qa/pull-tester/rpc-tests.py: chmod 0755
Fix file mode to be executable.
Include dummy whitespace change to force git to change mode.
Diffstat (limited to 'qa')
-rwxr-xr-x[-rw-r--r--] | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 68c1c0471e..58098bdec5 100644..100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -1,5 +1,4 @@ #!/usr/bin/env python2 - # Copyright (c) 2014 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. |