mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed general IRIX/Linux problems when running the -udf option.
Changed specific _scratch_xfs_mkfs to general _scratch_mkfs call.
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ case "$HOSTOS" in
|
||||
;;
|
||||
Linux)
|
||||
export MKFS_XFS_PROG="`set_prog_path mkfs.xfs`"
|
||||
export MKFS_UDF_PROG="`set_prog_path mkfs.udf`"
|
||||
export MKFS_UDF_PROG="`set_prog_path mkudffs`"
|
||||
export XFS_FSR_PROG="`set_prog_path xfs_fsr`"
|
||||
export MKFS_NFS_PROG="false"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user