diff options
Diffstat (limited to 'tests/extmod/vfs_fat_ramdisk.py.exp')
-rw-r--r-- | tests/extmod/vfs_fat_ramdisk.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index fd893b6e4c..ff16e5552d 100644 --- a/tests/extmod/vfs_fat_ramdisk.py.exp +++ b/tests/extmod/vfs_fat_ramdisk.py.exp @@ -1,5 +1,10 @@ statvfs: (512, 512, 14, 14, 14, 0, 0, 0, 0, 255) getcwd: /ramdisk hello! +True +True getcwd: /ramdisk/foo_dir +True getcwd: /ramdisk +True +['moved-to-root.txt'] |