git: 6ab70fbec423 - main - ifconfig tests: remove incorrect #!
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 May 2025 06:20:25 UTC
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=6ab70fbec4236a940275a42e301f76ade7faacbf commit 6ab70fbec4236a940275a42e301f76ade7faacbf Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-05-31 06:19:45 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-05-31 06:19:45 +0000 ifconfig tests: remove incorrect #! Fixes: 59ee9260e6bb ("ifconfig: reject netmask and broadcast for inet6") Reviewed by: des Differential Revision: https://reviews.freebsd.org/D50566 --- sbin/ifconfig/tests/inet6.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/ifconfig/tests/inet6.sh b/sbin/ifconfig/tests/inet6.sh index cf7f97e01d79..edfd88d93af7 100644 --- a/sbin/ifconfig/tests/inet6.sh +++ b/sbin/ifconfig/tests/inet6.sh @@ -1,4 +1,3 @@ -#! /bin/sh # SPDX-License-Identifier: ISC # # Copyright (c) 2025 Lexi Winter