Blame SOURCES/0000-test-remove-superfluous-shebangs-for-import-only-mod.patch

afe0d5
From 9469ffc2d58a5673fffae8778b9c48f5605dda6a Mon Sep 17 00:00:00 2001
afe0d5
From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <jpokorny@redhat.com>
afe0d5
Date: Tue, 10 Jul 2018 18:41:18 +0200
afe0d5
Subject: [PATCH] test: remove superfluous shebangs for import-only modules
afe0d5
MIME-Version: 1.0
afe0d5
Content-Type: text/plain; charset=UTF-8
afe0d5
Content-Transfer-Encoding: 8bit
afe0d5
afe0d5
Consequently, there's no reason to have the affected files marked as
afe0d5
executable.
afe0d5
afe0d5
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
afe0d5
---
afe0d5
 test/arbtests.py     | 2 --
afe0d5
 test/assertions.py   | 2 --
afe0d5
 test/boothrunner.py  | 2 --
afe0d5
 test/boothtestenv.py | 2 --
afe0d5
 test/clientenv.py    | 2 --
afe0d5
 test/clienttests.py  | 2 --
afe0d5
 test/serverenv.py    | 2 --
afe0d5
 test/servertests.py  | 2 --
afe0d5
 test/sitetests.py    | 2 --
afe0d5
 test/utils.py        | 2 --
afe0d5
 10 files changed, 20 deletions(-)
afe0d5
 mode change 100755 => 100644 test/arbtests.py
afe0d5
 mode change 100755 => 100644 test/assertions.py
afe0d5
 mode change 100755 => 100644 test/boothrunner.py
afe0d5
 mode change 100755 => 100644 test/boothtestenv.py
afe0d5
 mode change 100755 => 100644 test/clientenv.py
afe0d5
 mode change 100755 => 100644 test/clienttests.py
afe0d5
 mode change 100755 => 100644 test/serverenv.py
afe0d5
 mode change 100755 => 100644 test/servertests.py
afe0d5
 mode change 100755 => 100644 test/sitetests.py
afe0d5
 mode change 100755 => 100644 test/utils.py
afe0d5
afe0d5
diff --git a/test/arbtests.py b/test/arbtests.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index caba010..ef7b7f9
afe0d5
--- a/test/arbtests.py
afe0d5
+++ b/test/arbtests.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 from servertests import ServerTests
afe0d5
 
afe0d5
 class ArbitratorConfigTests(ServerTests):
afe0d5
diff --git a/test/assertions.py b/test/assertions.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index 4396ab7..0b7f995
afe0d5
--- a/test/assertions.py
afe0d5
+++ b/test/assertions.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import re
afe0d5
 
afe0d5
 class BoothAssertions:
afe0d5
diff --git a/test/boothrunner.py b/test/boothrunner.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index f9154e7..d981183
afe0d5
--- a/test/boothrunner.py
afe0d5
+++ b/test/boothrunner.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import os
afe0d5
 import subprocess
afe0d5
 import time
afe0d5
diff --git a/test/boothtestenv.py b/test/boothtestenv.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index 89a484a..fcd0c4d
afe0d5
--- a/test/boothtestenv.py
afe0d5
+++ b/test/boothtestenv.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import os
afe0d5
 import subprocess
afe0d5
 import time
afe0d5
diff --git a/test/clientenv.py b/test/clientenv.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index fcd40fa..73b2791
afe0d5
--- a/test/clientenv.py
afe0d5
+++ b/test/clientenv.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 from boothtestenv import BoothTestEnvironment
afe0d5
 from boothrunner  import BoothRunner
afe0d5
 
afe0d5
diff --git a/test/clienttests.py b/test/clienttests.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index 61b691b..c4b9d8a
afe0d5
--- a/test/clienttests.py
afe0d5
+++ b/test/clienttests.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import string
afe0d5
 
afe0d5
 from clientenv import ClientTestEnvironment
afe0d5
diff --git a/test/serverenv.py b/test/serverenv.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index d0467b9..c6d4e30
afe0d5
--- a/test/serverenv.py
afe0d5
+++ b/test/serverenv.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import os
afe0d5
 import re
afe0d5
 import time
afe0d5
diff --git a/test/servertests.py b/test/servertests.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index f574f26..39a6ffc
afe0d5
--- a/test/servertests.py
afe0d5
+++ b/test/servertests.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import copy
afe0d5
 from   pprint    import pprint, pformat
afe0d5
 import re
afe0d5
diff --git a/test/sitetests.py b/test/sitetests.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index dfdf6b9..6944ffe
afe0d5
--- a/test/sitetests.py
afe0d5
+++ b/test/sitetests.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 from servertests import ServerTests
afe0d5
 
afe0d5
 class SiteConfigTests(ServerTests):
afe0d5
diff --git a/test/utils.py b/test/utils.py
afe0d5
old mode 100755
afe0d5
new mode 100644
afe0d5
index ceeef98..5b70cfc
afe0d5
--- a/test/utils.py
afe0d5
+++ b/test/utils.py
afe0d5
@@ -1,5 +1,3 @@
afe0d5
-#!/usr/bin/python
afe0d5
-
afe0d5
 import subprocess
afe0d5
 import re
afe0d5
 
afe0d5
-- 
afe0d5
2.18.0.rc2
afe0d5