micropython/tests/extmod/vfs_lfs_mount.py.exp
Damien George 03a1f94ea1 extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
Signed-off-by: Damien George <damien@micropython.org>
2020-10-29 11:43:52 +11:00

15 lines
222 B
Plaintext

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