summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test.py b/tools/test.py
index 738997d584..0a2ca193d7 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -70,6 +70,7 @@ skip_regex = re.compile(r'# SKIP\S*\s+(.*)', re.IGNORECASE)
VERBOSE = False
+os.umask(0o022)
os.environ['NODE_OPTIONS'] = ''
# ---------------------------------------------