Module Name:    src
Committed By:   dholland
Date:           Mon Feb 13 17:55:12 UTC 2012

Modified Files:
        src/tests/fs/ffs: t_miscquota.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/ffs/t_miscquota.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_miscquota.sh
diff -u src/tests/fs/ffs/t_miscquota.sh:1.5 src/tests/fs/ffs/t_miscquota.sh:1.6
--- src/tests/fs/ffs/t_miscquota.sh:1.5	Wed Feb  1 05:12:45 2012
+++ src/tests/fs/ffs/t_miscquota.sh	Mon Feb 13 17:55:12 2012
@@ -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 @@ quota_walk_list()
 		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
 }

Reply via email to