mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Skip bectl jail test if jail not installed (WITHOUT_JAIL).
Approved by: kevans Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D24613
This commit is contained in:
parent
5ab94f48a2
commit
b33e1edd26
1 changed files with 1 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ bectl_jail_head()
|
|||
|
||||
atf_set "descr" "Check bectl rename"
|
||||
atf_set "require.user" root
|
||||
atf_set "require.progs" jail
|
||||
}
|
||||
bectl_jail_body()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue