diff --git a/tools/test.py b/tools/test.py index 8a3aa866132057..4a696d082a9f78 100755 --- a/tools/test.py +++ b/tools/test.py @@ -70,6 +70,7 @@ def cmp(x, y): # Python 3 VERBOSE = False +os.umask(0o022) os.environ['NODE_OPTIONS'] = '' # ---------------------------------------------