diff options
| author | Jeff Garzik <[email protected]> | 2015-10-04 15:08:18 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2015-10-04 15:08:18 -0400 |
| commit | 3ab3de8ba1a63d5ec0f97ae12e660d9730c60156 (patch) | |
| tree | 6f0caa4e891c7488cec908b2d60ca17c11dec274 | |
| parent | Merge pull request #6616 (diff) | |
| download | discoin-3ab3de8ba1a63d5ec0f97ae12e660d9730c60156.tar.xz discoin-3ab3de8ba1a63d5ec0f97ae12e660d9730c60156.zip | |
qa/pull-tester/rpc-tests.py: chmod 0755
Fix file mode to be executable.
Include dummy whitespace change to force git to change mode.
| -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 68c1c0471..58098bdec 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. |