> On Aug 29, 2016, at 11:55, Dimitry Andric <d...@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

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to