Fix test 049 so that it works with larger default log sizes
authorNathan Scott <nathans@sgi.com>
Sun, 3 Aug 2003 23:44:09 +0000 (23:44 +0000)
committerNathan Scott <nathans@sgi.com>
Sun, 3 Aug 2003 23:44:09 +0000 (23:44 +0000)
049

diff --git a/049 b/049
index a1ec2f67fe482190b08c1ae0de9c2a8ba9cc5040..dc6d1a6f8348339e071da1c0eb27c460e3f28f1a 100755 (executable)
--- 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"