mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
patch more_set_prog_path
This commit is contained in:
@@ -121,6 +121,13 @@ export SED_PROG="`set_prog_path sed`"
|
||||
export BC_PROG="`set_prog_path bc`"
|
||||
[ "$BC_PROG" = "" ] && _fatal "bc not found"
|
||||
|
||||
# Tests handle these if missing
|
||||
export ATTR_PROG="`set_prog_path attr`"
|
||||
export GETFATTR_PROG="`set_prog_path getfattr`"
|
||||
export CHACL_PROG="`set_prog_path chacl`"
|
||||
export KILLALL_PROG="`set_prog_path killall`"
|
||||
export INDENT_PROG="`set_prog_path indent`"
|
||||
|
||||
export PS_ALL_FLAGS="-ef"
|
||||
|
||||
export DF_PROG="`set_prog_path df`"
|
||||
@@ -133,11 +140,13 @@ export XFS_CHECK_PROG="`set_prog_path xfs_check`"
|
||||
export XFS_DB_PROG="`set_prog_path xfs_db`"
|
||||
export XFS_GROWFS_PROG=`set_prog_path xfs_growfs`
|
||||
export XFS_IO_PROG="`set_prog_path xfs_io`"
|
||||
export XFS_COPY_PROG="`set_prog_path xfs_copy`"
|
||||
export XFS_PARALLEL_REPAIR_PROG="`set_prog_path xfs_prepair`"
|
||||
export XFS_PARALLEL_REPAIR64_PROG="`set_prog_path xfs_prepair64`"
|
||||
export XFSDUMP_PROG="`set_prog_path xfsdump`"
|
||||
export XFSRESTORE_PROG="`set_prog_path xfsrestore`"
|
||||
export XFSINVUTIL_PROG="`set_prog_path xfsinvutil`"
|
||||
export XFS_QUOTA_PROG="`set_prog_path xfs_quota`"
|
||||
|
||||
# Generate a comparable xfsprogs version number in the form of
|
||||
# major * 10000 + minor * 100 + release
|
||||
|
||||
Reference in New Issue
Block a user