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:
Dave Chinner
2008-05-13 04:21:15 +00:00
parent 3d8fcfcfc3
commit 48a9f9463f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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" \
+1 -1
View File
@@ -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" \
+1 -1
View File
@@ -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
_scratch_mkfs_xfs >/dev/null 2>&1 \
|| _fail "mkfs failed"