summaryrefslogtreecommitdiff
path: root/src/tests/test_utils.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-26 19:31:10 +0000
committerChristian Breunig <christian@breunig.cc>2024-06-26 21:47:09 +0200
commit33d4f8adb85fbf5e3b279ef59f1d2f113639e62f (patch)
tree687e982f5c4b2d5301f5112aecc4eb23227a47e3 /src/tests/test_utils.py
parent9473800055e0e1e9833f4a41c6d5d5a8a0d27399 (diff)
downloadvyos-1x-33d4f8adb85fbf5e3b279ef59f1d2f113639e62f.tar.gz
vyos-1x-33d4f8adb85fbf5e3b279ef59f1d2f113639e62f.zip
T6510: remove shebang for "make test" testcases
Tests must run supervisioned by unittest framework and should not be executed manually
Diffstat (limited to 'src/tests/test_utils.py')
-rw-r--r--src/tests/test_utils.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/test_utils.py b/src/tests/test_utils.py
index 9ae329ced..7bfd2618e 100644
--- a/src/tests/test_utils.py
+++ b/src/tests/test_utils.py
@@ -1,6 +1,4 @@
-#!/usr/bin/env python3
-#
-# Copyright (C) 2020-2023 VyOS maintainers and contributors
+# Copyright (C) 2020-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