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
This commit is contained in:
Math Ieu 2021-06-02 12:09:55 +08:00 committed by Li-Wen Hsu
parent 2d741f33bd
commit 847b7d5054
No known key found for this signature in database
GPG Key ID: 8D7BCC7D012FD37E

View File

@ -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