From: David Sterba Date: Mon, 27 Nov 2017 22:50:45 +0000 (+0100) Subject: btrfs-progs: tests: mkfs/008 mkfs with force X-Git-Tag: upstream/4.16.1~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc06cda3d6afb4fad5ddfd1508a33f79c2e68efb;p=platform%2Fupstream%2Fbtrfs-progs.git 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 --- diff --git a/tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh b/tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh index 151e7b7..955cd2b 100755 --- a/tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh +++ b/tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh @@ -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