summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-03-13 01:20:20 +0000
committerngie <ngie@FreeBSD.org>2016-03-13 01:20:20 +0000
commitd3df3b00deaa967e89f945dbf2c17ac096e365d2 (patch)
tree068f80abbe1ebc0c20d522981511c145d8f7f700 /usr.sbin/makefs
parente8d93bbb19f29faf51fb9e0180aa7ef3a01ff11b (diff)
downloadFreeBSD-src-d3df3b00deaa967e89f945dbf2c17ac096e365d2.zip
FreeBSD-src-d3df3b00deaa967e89f945dbf2c17ac096e365d2.tar.gz
MFC r294891:
Require /sbin/mount_cd9660 when running the cd9660 tests In some cases the test system might not have mount_cd9660(8). Don't implicitly rely on it while testing cd9660 support; explicitly rely on it
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/makefs/tests/Makefile b/usr.sbin/makefs/tests/Makefile
index 0d1a1b6..de8093f 100644
--- a/usr.sbin/makefs/tests/Makefile
+++ b/usr.sbin/makefs/tests/Makefile
@@ -10,6 +10,8 @@ BINDIR= ${TESTSDIR}
SCRIPTS+= makefs_tests_common.sh
SCRIPTSNAME_makefs_tests_common.sh= makefs_tests_common.sh
+TEST_METADATA.makefs_cd9660_tests+= required_files="/sbin/mount_cd9660"
+
.for t in ${ATF_TESTS_SH}
TEST_METADATA.$t+= required_user="root"
.endfor
OpenPOWER on IntegriCloud