Avoid mkfs options conflict, use minimal mkfs options to create loopfs.
[xfstests-dev.git] / 049
diff --git a/049 b/049
index e42629dd97dd2a9ddfef7c2d21dcf55b13174f5e..6f1545fdad7709bad3f7c64a0ec5be51aa770ea8 100755 (executable)
--- a/049
+++ b/049
@@ -68,7 +68,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=40m \
+/sbin/mkfs.xfs -f -dfile,name=$SCRATCH_MNT/test.xfs,size=40m \
     >> $seq.full 2>&1 \
     || _fail "!!! failed to mkfs xfs"