summaryrefslogtreecommitdiff
path: root/tests/generic/225
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-05-02 13:08:45 -0700
committerZorro Lang <zlang@kernel.org>2023-05-14 21:52:33 +0800
commit33144e0693b5d70c81e5cf142d02e5e6dd7bd5ce (patch)
treea14ce437d0046779d56f3414b08bb538482288aa /tests/generic/225
parent6a0bba58d043040cf2d1f5430e0aeb52f5747ccd (diff)
generic/{094,225}: drop the file allocation unit requirementsv2023.05.14
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>
Diffstat (limited to 'tests/generic/225')
-rwxr-xr-xtests/generic/2255
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/generic/225 b/tests/generic/225
index d9638299..a996889e 100755
--- a/tests/generic/225
+++ b/tests/generic/225
@@ -26,11 +26,6 @@ fiemaplog=$SCRATCH_MNT/$seq.log
_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