mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs: minor fixes to the fsmap tests
Refactor the fsmap tests slightly to use new helpers, and fix some minor output scanning issues. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
58a0630b2b
commit
47bef98866
+1
-3
@@ -42,11 +42,9 @@ _cleanup()
|
||||
# real QA test starts here
|
||||
_supported_os Linux
|
||||
_supported_fs xfs
|
||||
_require_logdev
|
||||
_require_scratch
|
||||
_require_xfs_io_command "fsmap"
|
||||
if [ "$USE_EXTERNAL" != "yes" ] || [ -z "$SCRATCH_LOGDEV" ]; then
|
||||
_notrun "Need external log device"
|
||||
fi
|
||||
|
||||
rm -f "$seqres.full"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user