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_config_diff.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tests/test_config_diff.py') diff --git a/src/tests/test_config_diff.py b/src/tests/test_config_diff.py index 61a2f3487..39e17613a 100644 --- a/src/tests/test_config_diff.py +++ b/src/tests/test_config_diff.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python3 -# # Copyright (C) 2023-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify -- cgit v1.2.3