svn commit: r296788 - stable/10/usr.sbin/makefs/tests

Garrett Cooper ngie at FreeBSD.org
Sun Mar 13 01:20:22 UTC 2016


Author: ngie
Date: Sun Mar 13 01:20:20 2016
New Revision: 296788
URL: https://svnweb.freebsd.org/changeset/base/296788

Log:
  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

Modified:
  stable/10/usr.sbin/makefs/tests/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/makefs/tests/Makefile
==============================================================================
--- stable/10/usr.sbin/makefs/tests/Makefile	Sun Mar 13 01:17:53 2016	(r296787)
+++ stable/10/usr.sbin/makefs/tests/Makefile	Sun Mar 13 01:20:20 2016	(r296788)
@@ -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


More information about the svn-src-all mailing list