(self)
| 902 | noperm.chmod(0o644) |
| 903 | |
| 904 | def test_sysfind_absolute(self): |
| 905 | x = local.sysfind("test") |
| 906 | assert x.check(file=1) |
| 907 | y = local.sysfind(str(x)) |
| 908 | assert y.check(file=1) |
| 909 | assert y == x |
| 910 | |
| 911 | def test_sysfind_multiple(self, tmpdir, monkeypatch): |
| 912 | monkeypatch.setenv( |