From 33d4f8adb85fbf5e3b279ef59f1d2f113639e62f Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 26 Jun 2024 19:31:10 +0000 Subject: T6510: remove shebang for "make test" testcases Tests must run supervisioned by unittest framework and should not be executed manually --- src/tests/test_dependency_graph.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tests/test_dependency_graph.py') diff --git a/src/tests/test_dependency_graph.py b/src/tests/test_dependency_graph.py index f682e87bb..f3f1db376 100644 --- a/src/tests/test_dependency_graph.py +++ b/src/tests/test_dependency_graph.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python3 -# -# Copyright (C) 2023 VyOS maintainers and contributors +# Copyright (C) 2023-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as -- cgit v1.2.3