diff options
Diffstat (limited to 'tests/extmod/vfs_fat_fileio2.py.exp')
-rw-r--r-- | tests/extmod/vfs_fat_fileio2.py.exp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_fileio2.py.exp b/tests/extmod/vfs_fat_fileio2.py.exp new file mode 100644 index 0000000000..38ec5c9b9d --- /dev/null +++ b/tests/extmod/vfs_fat_fileio2.py.exp @@ -0,0 +1,11 @@ +True +True +True +b'data in file' +True +['sub_file.txt', 'file.txt'] +['foo_dir', 'moved-to-root.txt'] +['foo_dir', 'moved-to-root.txt'] +new text +['moved-to-root.txt'] +ENOSPC: True |