summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_basic.py.exp
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2020-05-28 12:50:44 +1000
committerDamien George <damien.p.george@gmail.com>2020-05-29 23:05:01 +1000
commit22806ed5df27c10131af0cedb2f7e8b134fe6e7a (patch)
tree0780301c7b5ac2efb2a6759956fc575f23a62230 /tests/extmod/vfs_basic.py.exp
parent8f642677f724e725813155f74e5934b8c94fc1c4 (diff)
downloadmicropython-22806ed5df27c10131af0cedb2f7e8b134fe6e7a.tar.gz
micropython-22806ed5df27c10131af0cedb2f7e8b134fe6e7a.zip
extmod/vfs: Retain previous working directory if chdir fails.
Fixes issue #6069.
Diffstat (limited to 'tests/extmod/vfs_basic.py.exp')
-rw-r--r--tests/extmod/vfs_basic.py.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extmod/vfs_basic.py.exp b/tests/extmod/vfs_basic.py.exp
index 0ae2c2cc97..ebca310304 100644
--- a/tests/extmod/vfs_basic.py.exp
+++ b/tests/extmod/vfs_basic.py.exp
@@ -58,3 +58,9 @@ OSError
3 umount
['mnt']
4 umount
+OSError
+/
+5 mount False False
+5 chdir /subdir
+OSError
+/