Module Name: src Committed By: bouyer Date: Sat Mar 5 18:54:48 UTC 2011
Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_getquota.sh Log Message: Also check that repquota doesn't report any overquota user To generate a diff of this commit: cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/tests/fs/ffs/t_getquota.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/ffs/t_getquota.sh diff -u src/tests/fs/ffs/t_getquota.sh:1.1.2.8 src/tests/fs/ffs/t_getquota.sh:1.1.2.9 --- src/tests/fs/ffs/t_getquota.sh:1.1.2.8 Fri Feb 11 16:54:03 2011 +++ src/tests/fs/ffs/t_getquota.sh Sat Mar 5 18:54:47 2011 @@ -1,4 +1,4 @@ -# $NetBSD: t_getquota.sh,v 1.1.2.8 2011/02/11 16:54:03 bouyer Exp $ +# $NetBSD: t_getquota.sh,v 1.1.2.9 2011/03/05 18:54:47 bouyer Exp $ # # Copyright (c) 2011 Manuel Bouyer # All rights reserved. @@ -69,6 +69,7 @@ $(atf_get_srcdir)/rump_quota -${q} -v atf_check -s exit:0 \ -o "match:-- 0 - - 1 - -" \ +-o "not-match:\+\+" \ $(atf_get_srcdir)/rump_repquota -${q} /mnt done