btrfs-progs: tests: mkfs/008 mkfs with force

With extended tests in the following patch a file based filesystem image
also needs -f, otherwise it will fail.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2017-11-27 23:50:45 +01:00
parent 37c737d7cb
commit dc06cda3d6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ do_test()
{
sectorsize=$1
nodesize=$2
run_mayfail $TOP/mkfs.btrfs -O $features -n $nodesize -s $sectorsize \
run_mayfail $TOP/mkfs.btrfs -f -O $features -n $nodesize -s $sectorsize \
$TEST_DEV
ret=$?
if [ $ret == 0 ]; then