mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Work to get QA to run successfully on filesystems with non-default inode sizes.
This commit is contained in:
+2
-1
@@ -49,7 +49,8 @@ _zero_position()
|
||||
exit
|
||||
fi
|
||||
length=`expr $length / 512`
|
||||
src/devzero -v $value -b 1 -n $length -o $offset $SCRATCH_DEV
|
||||
src/devzero -v $value -b 1 -n $length -o $offset $SCRATCH_DEV \
|
||||
| perl -npe 's/\d\.\d\dKb/X.XXKb/g'
|
||||
}
|
||||
|
||||
_filter_repair()
|
||||
|
||||
Reference in New Issue
Block a user