summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_basic.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/vfs_basic.py.exp')
-rw-r--r--tests/extmod/vfs_basic.py.exp19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/extmod/vfs_basic.py.exp b/tests/extmod/vfs_basic.py.exp
index 5104a16a69..416d45961a 100644
--- a/tests/extmod/vfs_basic.py.exp
+++ b/tests/extmod/vfs_basic.py.exp
@@ -32,3 +32,22 @@ OSError
1 umount
2 umount
OSError
+3 mount False False
+3 listdir /
+['a3']
+3 open test r
+4 mount False False
+3 listdir /
+['mnt', 'a3']
+4 listdir /
+['a4']
+4 chdir /
+4 listdir
+['a4']
+3 chdir /subdir
+3 listdir
+['a3']
+3 chdir /
+3 umount
+['mnt']
+4 umount