Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2025 00:28:26 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f75175725915 - main - etc: add missing mtree entry for certctl tests
Message-ID:  <202508140028.57E0SQP0009118@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans:

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

commit f751757259158a8d3b81d4fb7576b3ebe226dece
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2025-08-14 00:24:16 +0000
Commit:     Kyle Evans <kevans@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508140028.57E0SQP0009118>