summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xtests/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 5a486565d5..b31758316b 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -19,6 +19,7 @@ else:
# Set PYTHONIOENCODING so that CPython will use utf-8 on systems which set another encoding in the locale
os.environ['PYTHONIOENCODING'] = 'utf-8'
+os.environ['MICROPYPATH'] = ''
def rm_f(fname):
if os.path.exists(fname):