aboutsummaryrefslogtreecommitdiff
path: root/tests/f_extent_htree/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/f_extent_htree/script')
-rw-r--r--tests/f_extent_htree/script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/f_extent_htree/script b/tests/f_extent_htree/script
index 4939accc..fb24a63c 100644
--- a/tests/f_extent_htree/script
+++ b/tests/f_extent_htree/script
@@ -29,7 +29,7 @@ fi
# make filesystem with enough inodes and blocks to hold all the test files
> $TMPFILE
-NUM=$((NUM * 5 / 3))
+NUM=$((NUM * 7 / 3))
echo "mke2fs -b $BSIZE -O dir_index,extent -E no_copy_xattrs -d$SRC -N$NUM $TMPFILE $NUM" >> $OUT
$MKE2FS -b $BSIZE -O dir_index,extent -E no_copy_xattrs -d$SRC -N$NUM $TMPFILE $NUM >> $OUT 2>&1
rm -r $SRC