mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Require strings(1) with :o_flag_preparer and :o_flag_publisher
strings(1) might not be installed on the system, e.g., if MK_TOOLCHAIN == no MFC after: 1 week
This commit is contained in:
parent
48ee531892
commit
d2435d7c28
1 changed files with 8 additions and 0 deletions
|
|
@ -277,6 +277,10 @@ o_flag_isolevel_3_cleanup()
|
|||
}
|
||||
|
||||
atf_test_case o_flag_preparer
|
||||
o_flag_preparer_head()
|
||||
{
|
||||
atf_set "require.progs" "strings"
|
||||
}
|
||||
o_flag_preparer_body()
|
||||
{
|
||||
create_test_dirs
|
||||
|
|
@ -292,6 +296,10 @@ o_flag_preparer_body()
|
|||
}
|
||||
|
||||
atf_test_case o_flag_publisher
|
||||
o_flag_publisher_head()
|
||||
{
|
||||
atf_set "require.progs" "strings"
|
||||
}
|
||||
o_flag_publisher_body()
|
||||
{
|
||||
create_test_dirs
|
||||
|
|
|
|||
Loading…
Reference in a new issue