From 45859596386b322a27d70c6123cdd0db0b54a05b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:30:53 -0400 Subject: [PATCH] spelling: permission Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- testing/_py/test_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)