svn commit: r305016 - head/cddl/usr.sbin/zfsd/tests

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Mon Aug 29 18:57:41 UTC 2016


> On Aug 29, 2016, at 11:55, Dimitry Andric <dim at FreeBSD.org> wrote:
> 
> Author: dim
> Date: Mon Aug 29 18:55:06 2016
> New Revision: 305016
> URL: https://svnweb.freebsd.org/changeset/base/305016
> 
> Log:
>  Fix the zfsd unittest:
>  * TESTSDIR is supposed to be under cddl/usr.sbin, not cddl/sbin
>  * DevdCtl::EventBuffer no longer exists, so remove its forward
>    declaration
> 
>  MFC after:	3 days
>  X-MFC-With:	r305013
> 
> Modified:
>  head/cddl/usr.sbin/zfsd/tests/Makefile
>  head/cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
> 
> Modified: head/cddl/usr.sbin/zfsd/tests/Makefile
> ==============================================================================
> --- head/cddl/usr.sbin/zfsd/tests/Makefile	Mon Aug 29 18:53:51 2016	(r305015)
> +++ head/cddl/usr.sbin/zfsd/tests/Makefile	Mon Aug 29 18:55:06 2016	(r305016)
> @@ -4,7 +4,7 @@ SRCDIR=${.CURDIR}/../../../..
> .include "${.CURDIR}/../Makefile.common"
> .PATH:	${.CURDIR}/..
> 
> -TESTSDIR?=	${TESTSBASE}/cddl/sbin/zfsd
> +TESTSDIR?=	${TESTSBASE}/cddl/usr.sbin/zfsd

This is unnecessary on ^/head. I’ll delete it in a minute.
Thanks,
-Ngie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160829/c9a4f31b/attachment.sig>


More information about the svn-src-all mailing list