quotas_common.sh revision 1.4
11.4Sbouyer# $NetBSD: quotas_common.sh,v 1.4 2012/01/18 20:51:23 bouyer Exp $ 
21.2Sbouyer
31.4Sbouyerrump_quota_shutdown()
41.2Sbouyer{
51.3Sbouyer	for s in ${RUMP_SOCKETS_LIST}; do
61.3Sbouyer		atf_check -s exit:0 env RUMP_SERVER=unix://${s} rump.halt;
71.3Sbouyer	done
81.2Sbouyer# check that the quota inode creation didn't corrupt the filesystem
91.2Sbouyer	atf_check -s exit:0 -o "match:already clean" \
101.2Sbouyer		-o "match:Phase 6 - Check Quotas" \
111.2Sbouyer		fsck_ffs -nf -F ${IMG}
121.2Sbouyer}
13