From 48a9f9463f368daaeeb960cb0b2a5bd6722d628e Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Tue, 13 May 2008 04:21:15 +0000 Subject: [PATCH] Fix silly "unmount" typo in dmapi test. Merge of master-melb:xfs-cmds:31069a by kenmcd. Fix silly "unmount" typo in dmapi test. --- 175 | 2 +- 176 | 2 +- 177 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5