diff options
| author | Paul Sokolovsky | 2016-05-29 18:54:14 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-05-29 18:54:14 +0300 |
| commit | f0eea1fdf9b88ea2c9cc2e8e3a080fe195be7247 (patch) | |
| tree | d9438737e58bc98ebc1908fd249b8cfaa00523ac /tests/extmod/vfs_fat_ramdisk.py.exp | |
| parent | ee5e3f65276fd80edd104964402a1957188a7126 (diff) | |
tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().
Diffstat (limited to 'tests/extmod/vfs_fat_ramdisk.py.exp')
| -rw-r--r-- | tests/extmod/vfs_fat_ramdisk.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index 4effa19f4..b6079ad3b 100644 --- a/tests/extmod/vfs_fat_ramdisk.py.exp +++ b/tests/extmod/vfs_fat_ramdisk.py.exp @@ -1 +1,4 @@ +getcwd: /ramdisk hello! +getcwd: /ramdisk/foo_dir +getcwd: /ramdisk |
