summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_posix_readonly.py
AgeCommit message (Collapse)Author
2025-07-24tests/extmod: Add (failing) test for VfsPosix in readonly mode.Jeff Epler
I noticed that operations such as unlink could be performed on a nominally read-only VfsPosix. Signed-off-by: Jeff Epler <jepler@gmail.com>