From: Christoph Hellwig Date: Mon, 5 Apr 2010 19:48:52 +0000 (+0200) Subject: xfstests: don't use -s option to repquota X-Git-Tag: v1.1.0~177 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b90c485fd0e72698a6ac58db326e1f67658d9dcf;p=xfstests-dev.git xfstests: don't use -s option to repquota 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 Reviewed-by: Eric Sandeen Tested-by: "Theodore Ts'o" --- diff --git a/219 b/219 index 13e1919b..065b5452 100755 --- a/219 +++ b/219 @@ -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; }' }