mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix test case header function name
This restores the expected behavior (skip) when running with non-root user
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D30584
(cherry picked from commit 847b7d5054)
This commit is contained in:
parent
6eea2623b5
commit
21d163f8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ nested_cleanup()
|
|||
jail -r basejail_nochild
|
||||
}
|
||||
|
||||
commands_header()
|
||||
commands_head()
|
||||
{
|
||||
atf_set descr 'Commands jail test'
|
||||
atf_set require.user root
|
||||
|
|
|
|||
Loading…
Reference in a new issue