From 6a19c285eee97afc30a377471cf35660bb00d9d4 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sun, 3 Aug 2003 23:44:09 +0000 Subject: [PATCH] Fix test 049 so that it works with larger default log sizes --- 049 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/049 b/049 index a1ec2f67..dc6d1a6f 100755 --- a/049 +++ b/049 @@ -93,7 +93,7 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \ || _fail "!!! failed to mount" _log "Create xfs fs in file on scratch" -/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=20m \ +/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \ >> $seq.full 2>&1 \ || _fail "!!! failed to mkfs xfs" -- 2.30.2