diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2020-02-17 12:53:22 +0000 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-02-26 10:16:49 -0500 |
commit | 52ba9ae209ab2f312c65a472c3fa719b1fe2b88a (patch) | |
tree | fbab7c6346d7bcf1b0bf7d21c7d07bfec360cd1f /tests/sosreport_pexpect.py | |
parent | 2053810dd9af47f48768eae880d0de8782eb46db (diff) | |
download | sos-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/sosreport_pexpect.py')
-rw-r--r-- | tests/sosreport_pexpect.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py index af94541c..8cf79a8f 100644 --- a/tests/sosreport_pexpect.py +++ b/tests/sosreport_pexpect.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import unittest import pexpect |