Message ID | 163045512113.770026.14089523911790151666.stgit@magnolia (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | fstests: exercise code refactored in 5.14 | expand |
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