summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-01-17 16:42:13 -0800
committerZorro Lang <zlang@kernel.org>2023-01-20 21:26:53 +0800
commitbbfa08730c1ec051134e16db04691d0dffe13949 (patch)
tree5658e550477fee7048c568b6d4dda9cd88fae008 /tests
parentc08fcc7fb71c36867120b278ff68a8dff4d07499 (diff)
xfs: fix dax inode flag test failures
Filter out the DAX inode flag because it's causing problems with this test. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Xiao Yang <yangx.jy@fujitsu.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/xfs/1282
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xfs/128 b/tests/xfs/128
index 5591342d..8c1663c6 100755
--- a/tests/xfs/128
+++ b/tests/xfs/128
@@ -81,7 +81,7 @@ c13=$(_md5_checksum $testdir/file3)
c14=$(_md5_checksum $testdir/file4)
echo "Defragment"
-lsattr -l $testdir/ | _filter_scratch | _filter_spaces
+lsattr -l $testdir/ | _filter_scratch | _filter_spaces | sed -e 's/DAX/---/g'
$XFS_FSR_PROG -v -d $testdir/file1 >> $seqres.full
$XFS_FSR_PROG -v -d $testdir/file2 >> $seqres.full # fsr probably breaks the link
$XFS_FSR_PROG -v -d $testdir/file3 >> $seqres.full # fsr probably breaks the link