mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -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; }'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user