Signed-off-by: Jingbo Xu <[email protected]>
---
tests/erofs/015 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/erofs/015 b/tests/erofs/015
index e008e98..8e562f6 100755
--- a/tests/erofs/015
+++ b/tests/erofs/015
@@ -38,7 +38,8 @@ head -c 4032 /dev/urandom > $localdir/1
head -c 4095 /dev/urandom > $localdir/2
head -c 12345 /dev/urandom > $localdir/3 # arbitrary size
-_scratch_mkfs -Eforce-inode-compact --ignore-mtime $localdir >> $seqres.full
2>&1 \
+MKFS_OPTIONS="$MKFS_OPTIONS -Eforce-inode-compact --ignore-mtime"
+_scratch_mkfs $localdir >> $seqres.full 2>&1 \
|| _fail "failed to mkfs"
_scratch_mount 2>>$seqres.full
--
2.19.1.6.gb485710b