]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (GH-123824...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2024 12:47:05 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Sep 2024 12:47:05 +0000 (12:47 +0000)
commit917f2c8422b5833be534d57b36c36fd29798a70b
tree9f22911318eb0fac5dd215b4c5f13df4c2a67f89
parent349cc27ca9c9ef38cf8cb4d6b58c4e354b6157e8
[3.12] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (GH-123824) (#123865)

gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (GH-123824)

Fix test_posix for unsupported posix_fallocate on NetBSD.
(cherry picked from commit df4f0cbfad8a1ed0146cabd30d01efd135d4d048)

Co-authored-by: Furkan Onder <furkanonder@protonmail.com>
Lib/test/test_posix.py