When I split non-quota-specific functions out from ../ffs/quotas_common.sh

I forgot to ajust this test.
Fix PR bin/46015
This commit is contained in:
bouyer 2012-02-13 22:40:43 +00:00
parent 0ce98f42a7
commit 5ba1d99f10
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2011/05/30 14:41:26 joerg Exp $
# $NetBSD: Makefile,v 1.7 2012/02/13 22:40:43 bouyer Exp $
#
.include <bsd.own.mk>
@ -11,7 +11,7 @@ TESTS_C= t_mountd
.for name in t_rquotad
TESTS_SH+= ${name}
TESTS_SH_SRC_${name}= ../ffs/quotas_common.sh ${name}.sh
TESTS_SH_SRC_${name}= ../ffs/ffs_common.sh ../ffs/quotas_common.sh ${name}.sh
.endfor
VFSTESTDIR != cd ${.CURDIR}/../common && ${PRINTOBJDIR}

View File

@ -1,4 +1,4 @@
# $NetBSD: t_rquotad.sh,v 1.1 2011/03/12 14:03:38 bouyer Exp $
# $NetBSD: t_rquotad.sh,v 1.2 2012/02/13 22:40:43 bouyer Exp $
#
# Copyright (c) 2011 Manuel Bouyer
# All rights reserved.
@ -35,7 +35,7 @@ done
get_nfs_quota()
{
create_with_quotas $*
create_ffs $*
local q=$3
local expect
@ -138,5 +138,5 @@ get_nfs_quota()
done
unset LD_PRELOAD
rump_shutdown
rump_quota_shutdown
}