mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/206: filter out reflink related outputs
Commit 13717ffc96 ("xfs/206: fix output when mkfs knows about
reflink") added extra lines to xfs/206.out to fit the mkfs output with
reflink support, but broke tests without reflink support.
Fix it by filtering out reflink related outputs, just like filtering out
crc related outputs in the test.
Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ mkfs_filter()
|
||||
-e "s/\(^log.*blocks=\)\([0-9]*,\)/\1XXXXX,/" \
|
||||
-e "s/, projid32bit=[0-9]//" \
|
||||
-e "s/ ftype=[0-9]//" \
|
||||
-e "s/ reflink=[0-9]//" \
|
||||
-e "/.*reflink=/d" \
|
||||
-e "s/\(sectsz\)\(=[0-9]* *\)/\1=512 /" \
|
||||
-e "s/\(sunit=\)\([0-9]* blks,\)/\10 blks,/" \
|
||||
-e "s/, lazy-count=[0-9]//" \
|
||||
|
||||
Reference in New Issue
Block a user