mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
paranoid testing that mkfs of scratch works without ipaths option
Merge of master-melb:xfs-cmds:23822a by kenmcd. paranoid testing that mkfs of scratch works without ipaths option
This commit is contained in:
@@ -431,9 +431,11 @@ _require_scratch
|
||||
rm -f $here/$seq.full
|
||||
|
||||
echo "mkfs"
|
||||
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
|
||||
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|
||||
|| _fail "mkfs scratch failed"
|
||||
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
|
||||
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|
||||
|| _notrun "i_paths not supported"
|
||||
|
||||
echo "mount"
|
||||
_scratch_mount >>$here/$seq.full 2>&1 \
|
||||
|
||||
@@ -118,9 +118,11 @@ _require_scratch
|
||||
rm -f $here/$seq.full
|
||||
|
||||
echo "mkfs"
|
||||
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
|
||||
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|
||||
|| _fail "mkfs scratch failed"
|
||||
export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1"
|
||||
_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \
|
||||
|| _notrun "i_paths not supported"
|
||||
|
||||
echo "mount"
|
||||
_scratch_mount >>$here/$seq.full 2>&1 \
|
||||
|
||||
Reference in New Issue
Block a user