From: Darrick J. Wong Date: Fri, 5 Oct 2018 00:19:39 +0000 (-0700) Subject: xfs/288: shut up verifier error X-Git-Tag: v2022.05.01~1378 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=9200725300a14da54ec0a23554ad5098c1a90675 xfs/288: shut up verifier error Ignore the verifier errors when we fuzz hdr.count to zero. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/288 b/tests/xfs/288 index c6821909..13ba3057 100755 --- a/tests/xfs/288 +++ b/tests/xfs/288 @@ -62,7 +62,7 @@ _scratch_xfs_set_metadata_field "hdr.count" "0" \ # verify current xfs_db write command can set hdr.count to 0. Old xfsprogs # can't do that on v5 filesystems. count=$(_scratch_xfs_get_metadata_field "hdr.count" \ - "inode $inum" "ablock 0") + "inode $inum" "ablock 0" 2> /dev/null) if [ "$count" != "0" ]; then _notrun "xfs_db can't set attr hdr.count to 0" fi