summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-08-19 01:45:02 +0000
committerngie <ngie@FreeBSD.org>2017-08-19 01:45:02 +0000
commit71a9d246c9d123df2f8a0918a1e0326b20f78afe (patch)
treed18bc16168874a2a81fec337076b8ebb3903a944 /usr.sbin
parentb579f30e4a95fd412fe0f2b40abcdcd8761ff063 (diff)
downloadFreeBSD-src-71a9d246c9d123df2f8a0918a1e0326b20f78afe.zip
FreeBSD-src-71a9d246c9d123df2f8a0918a1e0326b20f78afe.tar.gz
MFC r321947:
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
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/makefs/tests/makefs_cd9660_tests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/makefs/tests/makefs_cd9660_tests.sh b/usr.sbin/makefs/tests/makefs_cd9660_tests.sh
index 161b56b..489b852 100755
--- a/usr.sbin/makefs/tests/makefs_cd9660_tests.sh
+++ b/usr.sbin/makefs/tests/makefs_cd9660_tests.sh
@@ -264,6 +264,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
@@ -279,6 +283,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
OpenPOWER on IntegriCloud