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>
$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; }'
}