Source-Changes-HG archive

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

[src/bouyer-quota2]: src/tests/fs/ffs Also check that repquota doesn't report...



details:   https://anonhg.NetBSD.org/src/rev/451f35b5653a
branches:  bouyer-quota2
changeset: 761194:451f35b5653a
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Mar 05 18:54:47 2011 +0000

description:
Also check that repquota doesn't report any overquota user

diffstat:

 tests/fs/ffs/t_getquota.sh |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 075ab3057dec -r 451f35b5653a tests/fs/ffs/t_getquota.sh
--- a/tests/fs/ffs/t_getquota.sh        Sat Mar 05 18:53:00 2011 +0000
+++ b/tests/fs/ffs/t_getquota.sh        Sat Mar 05 18:54:47 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index