summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-27 06:14:20 +0000
committerngie <ngie@FreeBSD.org>2016-01-27 06:14:20 +0000
commitd1f282a35f58e873cec934651e2d9107b50b1d0c (patch)
tree9c84b808872effd60fecc0b0c3141dd9a41875e6 /usr.sbin
parent22b66950884956f1dd04283498f785817e894fd6 (diff)
downloadFreeBSD-src-d1f282a35f58e873cec934651e2d9107b50b1d0c.zip
FreeBSD-src-d1f282a35f58e873cec934651e2d9107b50b1d0c.tar.gz
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 MFC after: 1 week Reported by: mjohnston Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin')
-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 4373277..8cd315a 100644
--- a/usr.sbin/makefs/tests/Makefile
+++ b/usr.sbin/makefs/tests/Makefile
@@ -8,6 +8,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