mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix qa test 033 - if we have to retry mkfs with a different inode size,
make sure that output is not also in the result.
This commit is contained in:
@@ -78,7 +78,7 @@ _require_scratch
|
||||
mkfs_xfs $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
source $tmp.mkfs
|
||||
[ $isize -lt 512 ] && \
|
||||
mkfs_xfs -isize=512 $SCRATCH_DEV | _filter_mkfs 2>/dev/null
|
||||
mkfs_xfs -isize=512 $SCRATCH_DEV | _filter_mkfs >/dev/null 2>&1
|
||||
|
||||
`xfs_db -r -c sb -c p $SCRATCH_DEV | grep 'ino = ' | \
|
||||
sed -e 's/ //g' -e 's/^/export /'`
|
||||
|
||||
Reference in New Issue
Block a user