diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-12 14:56:17 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-01-12 14:56:17 -0800 |
| commit | 0930f7a7972dc006c079102e292babb1ae02aa1a (patch) | |
| tree | 7d83b6c9b473f27349d64772f44a483b4ec5768b | |
| parent | f6cf8ae208b3fdd9bc9eb61f863059ef0681eece (diff) | |
tests: Update ramdisk test to show more free space because our root directory is smaller than upstream's.
| -rw-r--r-- | tests/extmod/vfs_fat_ramdisk.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index eaf637199..95d31f44c 100644 --- a/tests/extmod/vfs_fat_ramdisk.py.exp +++ b/tests/extmod/vfs_fat_ramdisk.py.exp @@ -1,7 +1,7 @@ True True True -statvfs: (512, 512, 14, 14, 14, 0, 0, 0, 0, 255) +statvfs: (512, 512, 38, 38, 38, 0, 0, 0, 0, 255) getcwd: /ramdisk True ['foo_file.txt'] |
