Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/nfs When I split non-quota-specific functions out f...



details:   https://anonhg.NetBSD.org/src/rev/f87aca427db1
branches:  trunk
changeset: 773716:f87aca427db1
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Feb 13 22:40:43 2012 +0000

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

diffstat:

 tests/fs/nfs/Makefile     |  4 ++--
 tests/fs/nfs/t_rquotad.sh |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 528398a241d8 -r f87aca427db1 tests/fs/nfs/Makefile
--- a/tests/fs/nfs/Makefile     Mon Feb 13 21:03:06 2012 +0000
+++ b/tests/fs/nfs/Makefile     Mon Feb 13 22:40:43 2012 +0000
@@ -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 @@
 
 .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}
diff -r 528398a241d8 -r f87aca427db1 tests/fs/nfs/t_rquotad.sh
--- a/tests/fs/nfs/t_rquotad.sh Mon Feb 13 21:03:06 2012 +0000
+++ b/tests/fs/nfs/t_rquotad.sh Mon Feb 13 22:40:43 2012 +0000
@@ -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 @@
 
 get_nfs_quota()
 {
-       create_with_quotas $*
+       create_ffs $*
        local q=$3
        local expect
 
@@ -138,5 +138,5 @@
        done
 
        unset LD_PRELOAD
-       rump_shutdown
+       rump_quota_shutdown
 }



Home | Main Index | Thread Index | Old Index