Index: user/ngie/more-tests2/sbin/geom/class/tests/gate/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/gate/Makefile (revision 290960) +++ user/ngie/more-tests2/sbin/geom/class/tests/gate/Makefile (revision 290961) @@ -1,7 +1,11 @@ # $FreeBSD$ TAP_TESTS_SH+= 1_test TAP_TESTS_SH+= 2_test TAP_TESTS_SH+= 3_test +FILES+= conf.sh +FILESNAME_conf.sh= conf.sh +FILESDIR= ${TESTSDIR} + .include Index: user/ngie/more-tests2/sbin/geom/class/tests/gate/conf.sh =================================================================== --- user/ngie/more-tests2/sbin/geom/class/tests/gate/conf.sh (nonexistent) +++ user/ngie/more-tests2/sbin/geom/class/tests/gate/conf.sh (revision 290961) @@ -0,0 +1,8 @@ +#!/bin/sh +# $FreeBSD$ + +name="$(mktemp -u gate.XXXXXX)" +class="gate" +base=`basename $0` + +. `dirname $0`/../geom_subr.sh Property changes on: user/ngie/more-tests2/sbin/geom/class/tests/gate/conf.sh ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property