mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix silly "unmount" typo in dmapi test.
Merge of master-melb:xfs-cmds:31069a by kenmcd. Fix silly "unmount" typo in dmapi test.
This commit is contained in:
@@ -40,7 +40,7 @@ _require_scratch
|
||||
|
||||
# test that we have DMAPI support
|
||||
_dmapi_scratch_mount
|
||||
unmount $SCRATCH_MNT > /dev/null 2>&1
|
||||
umount $SCRATCH_MNT > /dev/null 2>&1
|
||||
|
||||
# _test_punch args: blksize extsize_hint filesize "pp1 pp2 pp3" \
|
||||
# "ps1 ps2 ps3" "pt1 pt2 pt3" "wp1 wp2" "ws1 ws2" \
|
||||
|
||||
@@ -38,7 +38,7 @@ _require_scratch
|
||||
|
||||
# test that we have DMAPI support
|
||||
_dmapi_scratch_mount
|
||||
unmount $SCRATCH_MNT > /dev/null 2>&1
|
||||
umount $SCRATCH_MNT > /dev/null 2>&1
|
||||
|
||||
# _test_punch args: blksize extsize_hint filesize "pp1 pp2 pp3" \
|
||||
# "ps1 ps2 ps3" "pt1 pt2 pt3" "wp1 wp2" "ws1 ws2" \
|
||||
|
||||
Reference in New Issue
Block a user