2024-12-06 13:01:45 +00:00
committed by Git OBS Bridge
parent d6003ec835
commit ecf4d377f8
2 changed files with 71 additions and 54 deletions

View File

@@ -4,7 +4,7 @@
--- a/Lib/test/test_posix.py
+++ b/Lib/test/test_posix.py
@@ -435,7 +435,7 @@ class PosixTester(unittest.TestCase):
@@ -437,7 +437,7 @@ class PosixTester(unittest.TestCase):
def test_posix_fadvise(self):
fd = os.open(os_helper.TESTFN, os.O_RDONLY)
try: