From: Darrick J. Wong Date: Wed, 28 Apr 2021 04:09:00 +0000 (-0700) Subject: xfs/276: remove unnecessary mkfs golden output X-Git-Tag: v2022.05.01~420 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=46d917f2e8055de72d7d88983f8981a1d72d937f xfs/276: remove unnecessary mkfs golden output A previous update to this test dropped the clause where the mkfs standard output gets sent to /dev/null. The filtered mkfs output isn't needed here and it breaks the test, so fix that. Fixes: e97f96e5 ("xfs/27[26]: force realtime on or off as needed") Signed-off-by: Darrick J. Wong Reviewed-by: Brian Foster Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/276 b/tests/xfs/276 index 6e2b2fb4..afea48ad 100755 --- a/tests/xfs/276 +++ b/tests/xfs/276 @@ -35,7 +35,7 @@ _require_test_program "punch-alternating" rm -f "$seqres.full" echo "Format and mount" -_scratch_mkfs | _filter_mkfs 2> "$tmp.mkfs" +_scratch_mkfs | _filter_mkfs 2> "$tmp.mkfs" >/dev/null . $tmp.mkfs cat "$tmp.mkfs" > $seqres.full _scratch_mount