mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
diff tests: Require root for report_identical
This test switches users and either hangs or fails when run as an unprivileged user. MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c6b2d024d7
commit
6fa0b2893f
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ label_body()
|
|||
report_identical_head()
|
||||
{
|
||||
atf_set "require.config" unprivileged_user
|
||||
atf_set "require.user" root
|
||||
}
|
||||
report_identical_body()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue