1 --- coverage-7.6.9/tests/test_process.py.orig
2 +++ coverage-7.6.9/tests/test_process.py
6 @pytest.mark.skipif(env.WINDOWS, reason="Windows can't delete the directory in use.")
7 +@pytest.mark.skipif(sys.platform == "sunos5", reason="illumos can't delete the directory in use.")
8 class YankedDirectoryTest(CoverageTest):
9 """Tests of what happens when the current directory is deleted."""