]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Fix silly "unmount" typo in dmapi test.
authorDave Chinner <dgc@sgi.com>
Tue, 13 May 2008 04:21:15 +0000 (04:21 +0000)
committerDave Chinner <dgc@sgi.com>
Tue, 13 May 2008 04:21:15 +0000 (04:21 +0000)
Merge of master-melb:xfs-cmds:31069a by kenmcd.

  Fix silly "unmount" typo in dmapi test.

175
176
177

diff --git a/175 b/175
index e78b5829b67d7375d3ccb24bcbcd751572921092..1db876429a076e48476782599022c198abcfcbf3 100755 (executable)
--- 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 163fd368ef0b0ec8f14b654a0116f22fadbb2e34..f3edde2acb76c39b954eb6d6db4a31accc1e50ed 100755 (executable)
--- 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 5a4fafbc4df8ff7ad636113b230ce6d8a87723f6..5b5517a7d7c09bb05f953c188d37bbebae985ca4 100755 (executable)
--- 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"