Drop these two test precondition requirements now that we've fixed
fiemap-tester to handle unwritten preallocations that are mapped to
unwritten parts of files and/or mapped beyond EOF.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
_require_test_program "fiemap-tester"
-# FIEMAP test doesn't like finding unwritten blocks after it punches out
-# a partial rt extent.
-test "$FSTYP" = "xfs" && \
- _require_file_block_size_equals_fs_block_size $SCRATCH_MNT
-
seed=`date +%s`
echo "using seed $seed" >> $seqres.full
_require_test_program "fiemap-tester"
-# FIEMAP test doesn't like finding unwritten blocks after it punches out
-# a partial rt extent.
-test "$FSTYP" = "xfs" && \
- _require_file_block_size_equals_fs_block_size $SCRATCH_MNT
-
seed=`date +%s`
echo "using seed $seed" >> $fiemaplog