diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-26 19:31:10 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-26 21:47:09 +0200 |
commit | 33d4f8adb85fbf5e3b279ef59f1d2f113639e62f (patch) | |
tree | 687e982f5c4b2d5301f5112aecc4eb23227a47e3 /src/tests/helper.py | |
parent | 9473800055e0e1e9833f4a41c6d5d5a8a0d27399 (diff) | |
download | vyos-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/helper.py')
-rw-r--r-- | src/tests/helper.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py index f7033148a..cc0710494 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python3 -# -# Copyright (C) 2018 VyOS maintainers and contributors +# Copyright (C) 2018-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 |