circuitpython/tests/extmod/vfs_lfs_mount.py.exp
Damien George 5fa8ea1b8b tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test.
Errno 30 is EROFS, which is now the correct value reported by littlefs 2.

Signed-off-by: Damien George <damien@micropython.org>
2022-05-24 12:52:00 +10:00

17 lines
248 B
Plaintext

test <class 'VfsLfs1'>
OSError(19,)
hello from lfs
package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(30,)
test <class 'VfsLfs2'>
OSError(19,)
hello from lfs
package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(30,)