The branch main has been updated by kevans:

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

commit f751757259158a8d3b81d4fb7576b3ebe226dece
Author:     Kyle Evans <kev...@freebsd.org>
AuthorDate: 2025-08-14 00:24:16 +0000
Commit:     Kyle Evans <kev...@freebsd.org>
CommitDate: 2025-08-14 00:27:30 +0000

    etc: add missing mtree entry for certctl tests
    
    Otherwise we'll fail to create the appropriate hierarchy and blow up
    when we go to actually install the test.
    
    Reported by:    np
    Fixes:          81d8827ad875 ("certctl: Reimplement in C")
---
 etc/mtree/BSD.tests.dist | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist
index 2c25d9386032..e6a013f010de 100644
--- a/etc/mtree/BSD.tests.dist
+++ b/etc/mtree/BSD.tests.dist
@@ -1255,6 +1255,8 @@
         ..
     ..
     usr.sbin
+        certctl
+        ..
         chown
         ..
         ctladm

Reply via email to