diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2025-08-13 19:24:16 -0500 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2025-08-13 19:27:30 -0500 |
| commit | f751757259158a8d3b81d4fb7576b3ebe226dece (patch) | |
| tree | bd86ec2a00427478169d6b0450575846e978da11 /etc | |
| parent | c989e3cc3da1bfd8ac3ec5a05d1e86ab8ff719f7 (diff) | |
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")
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/mtree/BSD.tests.dist | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
