spelling: permission
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2dcfe26dda
commit
4585959638
|
@ -898,7 +898,7 @@ class TestExecutionOnWindows:
|
|||
class TestExecution:
|
||||
pytestmark = skiponwin32
|
||||
|
||||
def test_sysfind_no_permisson_ignored(self, monkeypatch, tmpdir):
|
||||
def test_sysfind_no_permission_ignored(self, monkeypatch, tmpdir):
|
||||
noperm = tmpdir.ensure("noperm", dir=True)
|
||||
monkeypatch.setenv("PATH", str(noperm), prepend=":")
|
||||
noperm.chmod(0)
|
||||
|
|
Loading…
Reference in New Issue