Module Name:    src
Committed By:   bouyer
Date:           Mon Feb 13 22:40:43 UTC 2012

Modified Files:
        src/tests/fs/nfs: Makefile t_rquotad.sh

Log Message:
When I split non-quota-specific functions out from ../ffs/quotas_common.sh
I forgot to ajust this test.
Fix PR bin/46015


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/nfs/Makefile
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/nfs/t_rquotad.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/nfs/Makefile
diff -u src/tests/fs/nfs/Makefile:1.6 src/tests/fs/nfs/Makefile:1.7
--- src/tests/fs/nfs/Makefile:1.6	Mon May 30 14:41:26 2011
+++ src/tests/fs/nfs/Makefile	Mon Feb 13 22:40:43 2012
@@ -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}

Index: src/tests/fs/nfs/t_rquotad.sh
diff -u src/tests/fs/nfs/t_rquotad.sh:1.1 src/tests/fs/nfs/t_rquotad.sh:1.2
--- src/tests/fs/nfs/t_rquotad.sh:1.1	Sat Mar 12 14:03:38 2011
+++ src/tests/fs/nfs/t_rquotad.sh	Mon Feb 13 22:40:43 2012
@@ -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
 }

Reply via email to