From: Dave Chinner Date: Tue, 13 May 2008 04:21:15 +0000 (+0000) Subject: Fix silly "unmount" typo in dmapi test. X-Git-Tag: v1.1.0~383 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=48a9f9463f368daaeeb960cb0b2a5bd6722d628e;p=xfstests-dev.git Fix silly "unmount" typo in dmapi test. Merge of master-melb:xfs-cmds:31069a by kenmcd. Fix silly "unmount" typo in dmapi test. --- diff --git a/175 b/175 index e78b5829..1db87642 100755 --- a/175 +++ b/175 @@ -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" \ diff --git a/176 b/176 index 163fd368..f3edde2a 100755 --- a/176 +++ b/176 @@ -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" \ diff --git a/177 b/177 index 5a4fafbc..5b5517a7 100755 --- a/177 +++ b/177 @@ -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"