From 3ab3de8ba1a63d5ec0f97ae12e660d9730c60156 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sun, 4 Oct 2015 15:08:18 -0400 Subject: [PATCH] qa/pull-tester/rpc-tests.py: chmod 0755 Fix file mode to be executable. Include dummy whitespace change to force git to change mode. --- qa/pull-tester/rpc-tests.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 qa/pull-tester/rpc-tests.py diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py old mode 100644 new mode 100755 index 68c1c0471..58098bdec --- 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.