From 471ab9011ac84b9aa12948f681826a5a95e5aede Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 18 May 2007 06:08:08 +0000 Subject: [PATCH] check for mkfs/mount failure Merge of master-melb:xfs-cmds:28623a by kenmcd. --- 015 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/015 b/015 index 8a336d1c..9b788370 100755 --- a/015 +++ b/015 @@ -51,8 +51,8 @@ _supported_os IRIX Linux _require_scratch _require_nobigloopfs -_scratch_mkfs_xfs -d size=50m >/dev/null -_scratch_mount +_scratch_mkfs_xfs -d size=50m >/dev/null || _fail "mkfs failed" +_scratch_mount || _fail "mount failed" out=$SCRATCH_MNT/fillup.$$ rm -f $seq.full -- 2.30.2