diff options
author | Damien George <damien.p.george@gmail.com> | 2020-05-28 12:50:44 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2020-05-29 23:05:01 +1000 |
commit | 22806ed5df27c10131af0cedb2f7e8b134fe6e7a (patch) | |
tree | 0780301c7b5ac2efb2a6759956fc575f23a62230 /tests/extmod/vfs_basic.py.exp | |
parent | 8f642677f724e725813155f74e5934b8c94fc1c4 (diff) | |
download | micropython-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.exp | 6 |
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 +/ |