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:
Enji Cooper 2017-08-02 20:42:39 +00:00
parent 48ee531892
commit d2435d7c28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321947

View File

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