diff --git a/testing/_py/test_local.py b/testing/_py/test_local.py index 609a29d47..1b5b34455 100644 --- a/testing/_py/test_local.py +++ b/testing/_py/test_local.py @@ -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)