aboutsummaryrefslogtreecommitdiff
path: root/lang/python314/files/patch-Lib_test_test__posix.py
Commit message (Collapse)AuthorAgeFilesLines
* lang/python314: avoid posix_fallocate test failureMatthias Andree5 days1-0/+18
that stems from our posix_fallocate() returning ENOTSUP in accordance with the Open Group Base Specifications Issue 8. Patch test to trap that return code on FreeBSD as well (it was handled for NetBSD already.)