The branch main has been updated by olce:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=79a987aba154aca5965e4746ec5f867be8f22997

commit 79a987aba154aca5965e4746ec5f867be8f22997
Author:     Olivier Certner <[email protected]>
AuthorDate: 2026-05-22 16:47:04 +0000
Commit:     Olivier Certner <[email protected]>
CommitDate: 2026-05-29 15:41:02 +0000

    MAC/do: Tests: Remove shebang lines
    
    They are automatically added by <bsd.test.mk>.
    
    Reviewed by:    bapt
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Pull Request:   https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
---
 tests/sys/mac/do/invalid_configs.sh | 2 --
 tests/sys/mac/do/valid_configs.sh   | 2 --
 2 files changed, 4 deletions(-)

diff --git a/tests/sys/mac/do/invalid_configs.sh 
b/tests/sys/mac/do/invalid_configs.sh
index f24309cb2f3b..9758a0239082 100644
--- a/tests/sys/mac/do/invalid_configs.sh
+++ b/tests/sys/mac/do/invalid_configs.sh
@@ -1,5 +1,3 @@
-#!/usr/bin/env atf-sh
-#
 # Copyright (c) 2026, The FreeBSD Foundation
 #
 # This software was developed by Olivier Certner <[email protected]> at
diff --git a/tests/sys/mac/do/valid_configs.sh 
b/tests/sys/mac/do/valid_configs.sh
index bd5b53b5d5d8..be4e59ce54ca 100644
--- a/tests/sys/mac/do/valid_configs.sh
+++ b/tests/sys/mac/do/valid_configs.sh
@@ -1,5 +1,3 @@
-#!/usr/bin/env atf-sh
-#
 # Copyright (c) 2026, The FreeBSD Foundation
 #
 # This software was developed by Olivier Certner <[email protected]> at

Reply via email to