From 0930f7a7972dc006c079102e292babb1ae02aa1a Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 12 Jan 2017 14:56:17 -0800 Subject: [PATCH] tests: Update ramdisk test to show more free space because our root directory is smaller than upstream's. --- tests/extmod/vfs_fat_ramdisk.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index eaf6371998..95d31f44c1 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']