summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-11-27 23:50:45 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-03 17:09:54 +0100
commitdc06cda3d6afb4fad5ddfd1508a33f79c2e68efb (patch)
treeba122cfd72a59ceb3928d13c6345cd3b6bf09a0d /tests
parent37c737d7cbb3d03be26b1d000c186dac4b73e00e (diff)
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>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/mkfs-tests/008-secorsize-nodesize-combination/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh b/tests/mkfs-tests/008-secorsize-nodesize-combination/test.sh
index 151e7b77..955cd2b1 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