Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 06:14:20 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294891 - head/usr.sbin/makefs/tests
Message-ID:  <201601270614.u0R6EKQk030175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jan 27 06:14:20 2016
New Revision: 294891
URL: https://svnweb.freebsd.org/changeset/base/294891

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

Modified:
  head/usr.sbin/makefs/tests/Makefile

Modified: head/usr.sbin/makefs/tests/Makefile
==============================================================================
--- head/usr.sbin/makefs/tests/Makefile	Wed Jan 27 05:19:05 2016	(r294890)
+++ head/usr.sbin/makefs/tests/Makefile	Wed Jan 27 06:14:20 2016	(r294891)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601270614.u0R6EKQk030175>