From ba7c65a2ab11c6fe14d986a5a2bda58b5d806dc2 Mon Sep 17 00:00:00 2001 From: Mohamed Barwani Date: Fri, 30 Nov 2007 05:14:17 +0000 Subject: [PATCH] Fix the intermittent test failure due to the failure of mkfs. Merge of master-melb:xfs-cmds:30166a by kenmcd. remove an extra redundand argument to mkfs which causes the failure of mkfs. --- 054 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/054 b/054 index d29aad18..98d2c209 100755 --- a/054 +++ b/054 @@ -85,7 +85,8 @@ _exercise() umount $SCRATCH_MNT 2>/dev/null } -_scratch_mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1 +_scratch_mkfs_xfs >> $seq.full 2>&1 || _fail "mkfs failed!" + _qmount_option "uquota,gquota" _qmount if src/feature -G $SCRATCH_DEV ; then -- 2.47.3