diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:32:01 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:30 +0000 |
commit | 023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9 (patch) | |
tree | bdf05d4455073183dc86cf825f95b4a6632cbc89 /tools/regression/netinet/ip_id_period | |
parent | 5510f79042fbd543de55807d0da7f8a2b8be2f89 (diff) |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
Diffstat (limited to 'tools/regression/netinet/ip_id_period')
-rw-r--r-- | tools/regression/netinet/ip_id_period/ip_id_period.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/regression/netinet/ip_id_period/ip_id_period.py b/tools/regression/netinet/ip_id_period/ip_id_period.py index c04f5a4b133b..2e97df499ae2 100644 --- a/tools/regression/netinet/ip_id_period/ip_id_period.py +++ b/tools/regression/netinet/ip_id_period/ip_id_period.py @@ -21,7 +21,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ # # This is a regression test to verify the proper behavior of IP ID generation # code. It will push 200000 packets, then report back what the min and max |