mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
config: wrap xfs_metadump as $XFS_METADUMP_PROG like the other tools
When we set up a fstests run, preserve the path xfs_metadump binary with an $XFS_METADUMP_PROG wrapper, like we do for the other xfsprogs tools. 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
011bfb01f7
commit
2d4fb6bb30
@@ -156,6 +156,7 @@ MKSWAP_PROG="$MKSWAP_PROG -f"
|
||||
export XFS_LOGPRINT_PROG="$(type -P xfs_logprint)"
|
||||
export XFS_REPAIR_PROG="$(type -P xfs_repair)"
|
||||
export XFS_DB_PROG="$(type -P xfs_db)"
|
||||
export XFS_METADUMP_PROG="$(type -P xfs_metadump)"
|
||||
export XFS_ADMIN_PROG="$(type -P xfs_admin)"
|
||||
export XFS_GROWFS_PROG=$(type -P xfs_growfs)
|
||||
export XFS_SPACEMAN_PROG="$(type -P xfs_spaceman)"
|
||||
|
||||
Reference in New Issue
Block a user