Module Name: src
Committed By: pgoyette
Date: Mon Aug 13 18:02:32 UTC 2012
Modified Files:
src/tests/fs/nfs: t_rquotad.sh
Log Message:
Remove nfsd options as they are no longer needed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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/t_rquotad.sh
diff -u src/tests/fs/nfs/t_rquotad.sh:1.2 src/tests/fs/nfs/t_rquotad.sh:1.3
--- src/tests/fs/nfs/t_rquotad.sh:1.2 Mon Feb 13 22:40:43 2012
+++ src/tests/fs/nfs/t_rquotad.sh Mon Aug 13 18:02:32 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_rquotad.sh,v 1.2 2012/02/13 22:40:43 bouyer Exp $
+# $NetBSD: t_rquotad.sh,v 1.3 2012/08/13 18:02:32 pgoyette Exp $
#
# Copyright (c) 2011 Manuel Bouyer
# All rights reserved.
@@ -102,7 +102,7 @@ get_nfs_quota()
# and nfs
export RUMPHIJACK='blanket=/var/run,socket=all,vfs=all'
- atf_check -s exit:0 nfsd -tu
+ atf_check -s exit:0 nfsd
#finally, rpc.rquotad
export RUMPHIJACK='blanket=/var/run:/export,vfs=getvfsstat,socket=all'