xfstests: use -F for mkfs.ext4 in btrfs/012
[xfstests-dev.git] / tests / btrfs / 012
index de9014991cc7700baaf6ae8d7dde0d0e216a4b16..f7e5da5c7566b80d39d53c68695359fc7c39a847 100755 (executable)
@@ -65,7 +65,7 @@ _require_command $E2FSCK_PROG e2fsck
 rm -f $seqres.full
 
 # Create & populate an ext4 filesystem
-$MKFS_EXT4_PROG -b 4096 $SCRATCH_DEV > $seqres.full 2>&1 || \
+$MKFS_EXT4_PROG -F -b 4096 $SCRATCH_DEV > $seqres.full 2>&1 || \
        _notrun "Could not create ext4 filesystem"
 # Manual mount so we don't use -t btrfs or selinux context
 mount -t ext4 $SCRATCH_DEV $SCRATCH_MNT