mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <djwong@kernel.org>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
2461e8901c
commit
46d917f2e8
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user