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 <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Tested-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Christoph Hellwig
2010-04-05 21:48:52 +02:00
parent 9d9081821d
commit b90c485fd0
+1 -1
View File
@@ -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; }'
}