diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 22:28:12 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-08-02 22:28:12 +0000 |
commit | 86cc58dc966310b6711bb3012e29ead9fd5a4bc6 (patch) | |
tree | e90f4975276d5729a06bd0d0fe94c3bbc04ef452 /usr.sbin/makefs | |
parent | 47606b869eb149ebb7135d6594c3b9b9f05b9aed (diff) | |
parent | 3cf56bb43a4645c786bfc8d76cca54b44289fd0a (diff) | |
download | src-test2-86cc58dc966310b6711bb3012e29ead9fd5a4bc6.tar.gz src-test2-86cc58dc966310b6711bb3012e29ead9fd5a4bc6.zip |
Notes
Diffstat (limited to 'usr.sbin/makefs')
-rwxr-xr-x | usr.sbin/makefs/tests/makefs_cd9660_tests.sh | 8 |
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 6621990dd68e..8b4e33777f3b 100755 --- a/usr.sbin/makefs/tests/makefs_cd9660_tests.sh +++ b/usr.sbin/makefs/tests/makefs_cd9660_tests.sh @@ -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 |