summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_lfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/vfs_lfs.py')
-rw-r--r--tests/extmod/vfs_lfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/vfs_lfs.py b/tests/extmod/vfs_lfs.py
index 3ad57fd9c..40d58e9c9 100644
--- a/tests/extmod/vfs_lfs.py
+++ b/tests/extmod/vfs_lfs.py
@@ -136,7 +136,7 @@ def test(bdev, vfs_class):
print(fs.getcwd())
fs.chdir("../testdir")
print(fs.getcwd())
- fs.chdir("../..")
+ fs.chdir("..")
print(fs.getcwd())
fs.chdir(".//testdir")
print(fs.getcwd())