From dc06cda3d6afb4fad5ddfd1508a33f79c2e68efb Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 27 Nov 2017 23:50:45 +0100 Subject: [PATCH] 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 --- tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4