summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2020-04-05 20:37:00 +1000
committerDamien George <damien.p.george@gmail.com>2020-04-09 15:59:28 +1000
commita5f2ae10fe2daf0acfb4b68090938206857c0582 (patch)
tree5ea829da796f0d0b175d234ff258f3366c896f72
parent7a07e719158c2969721118b17bd7a92c827ac128 (diff)
tests/extmod: Update littlefs test output to match new library version.
The amount of free space on the VfsLfs2 filesystem after creating a large file is reduced by 2 blocks in this test.
-rw-r--r--tests/extmod/vfs_lfs.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/vfs_lfs.py.exp b/tests/extmod/vfs_lfs.py.exp
index c16e727b8..7d4aed041 100644
--- a/tests/extmod/vfs_lfs.py.exp
+++ b/tests/extmod/vfs_lfs.py.exp
@@ -38,7 +38,7 @@ write 0
write 1
write 2
write 3
-(1024, 1024, 30, 9, 9, 0, 0, 0, 0, 255)
+(1024, 1024, 30, 7, 7, 0, 0, 0, 0, 255)
[('testbig2', 32768, 0, 16384), ('testdir', 16384, 0, 0), ('test', 32768, 0, 8)]
[('testdir', 16384, 0, 0), ('test', 32768, 0, 8)]
/