mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-11 16:29:42 +00:00
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>
This commit is contained in:
parent
37c737d7cb
commit
dc06cda3d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user