﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30807	test_extract_file_permissions test fails when umask is set to 000.	Brady	Ad Timmering	"Environment: Mac OS version 10.14.6
Python Version: 3.7.3

The test `test_extract_file_permissions` fails with an assertion error of `468 != 466` 

Steps to reproduce:
1) Set umask to 000 
2) Restart machine
3) start a virtualenv `python3 -m venv django_virtualenv`
4) Activate virtualenv `source django_virtualenv/bin/activate`
5) `cd django_virtualenv`
6) clone the django source code into here `git clone <your forked version of django>`
7) `pip install -e .`
8) `cd tests && pip install -r requirements/py3.txt`
9) `./runtests.py`
10) Once this has run, it should have 6 failures all relating to the `test_extract_file_permissions`
"	Bug	closed	Testing framework	dev	Normal	fixed		pope1ni	Accepted	1	0	0	0	0	0
