summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index 6af70cb83..1df1b35d2 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -84,6 +84,8 @@ class __FS:
pass
def chdir(self, path):
pass
+ def getcwd(self):
+ return ""
def stat(self, path):
if path == '__injected_test.mpy':
return tuple(0 for _ in range(10))