[PATCH] xfstests: don't use -s option to repquota

Christoph Hellwig hch at infradead.org
Mon Apr 5 14:04:29 CDT 2010


The -s option to repquota used to be a no-op, but actually changes
output to different units in quota tools 4.0.  Remove it from the
repquota invocation in test 219.

Signed-off-by: Christoph Hellwig <hch at lst.de>

Index: xfstests-dev/219
===================================================================
--- xfstests-dev.orig/219	2010-04-05 18:55:09.000000000 +0000
+++ xfstests-dev/219	2010-04-05 18:55:16.000000000 +0000
@@ -85,7 +85,7 @@ test_accounting()
 		$here/src/lstat64 $file | head -3 | filter_scratch
 	done
 
-	repquota -$type -s -n $SCRATCH_MNT  | grep -v "^#0" | filter_scratch |
+	repquota -$type -n $SCRATCH_MNT  | grep -v "^#0" | filter_scratch |
 	awk '/^#/ { if (seen[$1]) next; seen[$1]++; } { print; }'
 }
 




More information about the xfs mailing list