mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Numerous changes to QA scripts allowing tests to run with external log/rt devices; also allow multiple mkfs/mount options at once now.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ _filter_repquota()
|
||||
_qmount()
|
||||
{
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "qmount failed"
|
||||
_scratch_mount || _fail "qmount failed"
|
||||
chmod ugo+rwx $SCRATCH_MNT
|
||||
[ -x /usr/sbin/quot ] && quot $SCRATCH_MNT >>$seq.full 2>&1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user