mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
check for mkfs/mount failure
Merge of master-melb:xfs-cmds:28623a by kenmcd.
This commit is contained in:
@@ -51,8 +51,8 @@ _supported_os IRIX Linux
|
||||
_require_scratch
|
||||
_require_nobigloopfs
|
||||
|
||||
_scratch_mkfs_xfs -d size=50m >/dev/null
|
||||
_scratch_mount
|
||||
_scratch_mkfs_xfs -d size=50m >/dev/null || _fail "mkfs failed"
|
||||
_scratch_mount || _fail "mount failed"
|
||||
out=$SCRATCH_MNT/fillup.$$
|
||||
rm -f $seq.full
|
||||
|
||||
|
||||
Reference in New Issue
Block a user