From 52ba9ae209ab2f312c65a472c3fa719b1fe2b88a Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 17 Feb 2020 12:53:22 +0000 Subject: [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 Signed-off-by: Jake Hunsaker --- tests/option_tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/option_tests.py') 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 -- cgit