From: Darrick J. Wong <djwong@xxxxxxxxxx> To avoid regressing this test when testing XFS v4 when mkfs is new enough to whine about creating new deprecated filesystems, filter out the deprecation warning. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- tests/xfs/449 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/449 b/tests/xfs/449 index a3fcd78e..5374bf2f 100755 --- a/tests/xfs/449 +++ b/tests/xfs/449 @@ -23,7 +23,7 @@ _require_scratch_nocheck _require_xfs_spaceman_command "info" _require_command "$XFS_GROWFS_PROG" xfs_growfs -_scratch_mkfs | sed -e '/Discarding/d' > $tmp.mkfs +_scratch_mkfs | sed -e '/Discarding/d' -e '/deprecated/d' > $tmp.mkfs echo MKFS >> $seqres.full cat $tmp.mkfs >> $seqres.full