Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/ffs Update reference output to match yesterday's fi...



details:   https://anonhg.NetBSD.org/src/rev/73d962a2ef3d
branches:  trunk
changeset: 773707:73d962a2ef3d
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Feb 13 17:55:12 2012 +0000

description:
Update reference output to match yesterday's fix. ok martin@ for releng

diffstat:

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

diffs (18 lines):

diff -r ffd14dfe2f81 -r 73d962a2ef3d tests/fs/ffs/t_miscquota.sh
--- a/tests/fs/ffs/t_miscquota.sh       Mon Feb 13 17:36:18 2012 +0000
+++ b/tests/fs/ffs/t_miscquota.sh       Mon Feb 13 17:55:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_miscquota.sh,v 1.5 2012/02/01 05:12:45 dholland Exp $ 
+# $NetBSD: t_miscquota.sh,v 1.6 2012/02/13 17:55:12 dholland Exp $ 
 #
 #  Copyright (c) 2011 Manuel Bouyer
 #  All rights reserved.
@@ -82,7 +82,7 @@
                i=$((i + 1))
        done
        # do a repquota
-       atf_check -s exit:0 -o 'match:user 409600 blocks  *81920 20 0' \
+       atf_check -s exit:0 -o 'match:user 409600 block  *81920 20 0' \
            env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt repquota -x -${expect} /mnt
        rump_quota_shutdown
 }



Home | Main Index | Thread Index | Old Index