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>
pull/8674/head
Damien George 2022-05-23 11:52:45 +10:00
rodzic 9269835226
commit 5fa8ea1b8b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,4 +13,4 @@ package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(36,)
OSError(30,)