aboutsummaryrefslogtreecommitdiffstats
path: root/tests/option_tests.py
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2020-02-17 12:53:22 +0000
committerJake Hunsaker <jhunsake@redhat.com>2020-02-26 10:16:49 -0500
commit52ba9ae209ab2f312c65a472c3fa719b1fe2b88a (patch)
treefbab7c6346d7bcf1b0bf7d21c7d07bfec360cd1f /tests/option_tests.py
parent2053810dd9af47f48768eae880d0de8782eb46db (diff)
downloadsos-52ba9ae209ab2f312c65a472c3fa719b1fe2b88a.tar.gz
[tests] delete random shebangs
Various unit test source files in tests/ have unnecessary shell "shebang" notation specifying a particular Python interpereter. Since these files are executed under the test suite runner there is no need for them to include these lines. Related: #1949 Signed-off-by: Bryn M. Reeves <bmr@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests/option_tests.py')
-rw-r--r--tests/option_tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/option_tests.py b/tests/option_tests.py
index 4af16270..308b4d9a 100644
--- a/tests/option_tests.py
+++ b/tests/option_tests.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
import unittest
from sos.plugins import Plugin