mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Don't depend on mkfs.xfs output in some tests
Tests 136 and 206 rely on mkfs.xfs output. 136 test was currently broken with hardcoded mkfs.xfs output (that contained for example meta-data=/dev/sda8). Drop that part from output. Ignore projid32bit output existence for test 206. Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl> Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
committed by
Alex Elder
parent
82faf28da5
commit
06bd0b2f31
@@ -1,12 +1,4 @@
|
||||
QA output created by 136
|
||||
meta-data=/dev/sda8 isize=512 agcount=8, agsize=31376 blks
|
||||
= sectsz=512 attr=2, parent=0
|
||||
data = bsize=4096 blocks=251008, imaxpct=25
|
||||
= sunit=0 swidth=0 blks, unwritten=1
|
||||
naming =version 2 bsize=4096
|
||||
log =internal log bsize=4096 blocks=1200, version=1
|
||||
= sectsz=512 sunit=0 blks
|
||||
realtime =none extsz=65536 blocks=0, rtextents=0
|
||||
inum=67
|
||||
core.format = 2 (extents)
|
||||
core.size = 0
|
||||
|
||||
Reference in New Issue
Block a user