diff options
Diffstat (limited to 'tests/extmod/vfs_userfs.py.exp')
| -rw-r--r-- | tests/extmod/vfs_userfs.py.exp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/extmod/vfs_userfs.py.exp b/tests/extmod/vfs_userfs.py.exp new file mode 100644 index 000000000..6a4d925b9 --- /dev/null +++ b/tests/extmod/vfs_userfs.py.exp @@ -0,0 +1,12 @@ +open /data.txt r +b'some data in a text file\n' +stat /usermod1 +stat /usermod1.py +open /usermod1.py r +ioctl 4 0 +in usermod1 +stat /usermod2 +stat /usermod2.py +open /usermod2.py r +ioctl 4 0 +in usermod2 |
